Lines Matching refs:instruction_set
25 InstructionSet instruction_set, in CompiledCode() argument
29 packed_fields_(InstructionSetField::Encode(instruction_set)) { in CompiledCode()
53 size_t CompiledCode::AlignCode(size_t offset, InstructionSet instruction_set) { in AlignCode() argument
54 return RoundUp(offset, GetInstructionSetAlignment(instruction_set)); in AlignCode()
61 size_t CompiledCode::CodeDelta(InstructionSet instruction_set) { in CodeDelta() argument
62 switch (instruction_set) { in CodeDelta()
73 LOG(FATAL) << "Unknown InstructionSet: " << instruction_set; in CodeDelta()
78 const void* CompiledCode::CodePointer(const void* code_pointer, InstructionSet instruction_set) { in CodePointer() argument
79 switch (instruction_set) { in CodePointer()
92 LOG(FATAL) << "Unknown InstructionSet: " << instruction_set; in CodePointer()
98 InstructionSet instruction_set, in CompiledMethod() argument
103 : CompiledCode(storage, instruction_set, quick_code), in CompiledMethod()
111 InstructionSet instruction_set, in SwapAllocCompiledMethod() argument
120 instruction_set, in SwapAllocCompiledMethod()