Lines Matching refs:instruction_set
26 InstructionSet instruction_set, in CompiledCode() argument
30 packed_fields_(InstructionSetField::Encode(instruction_set)) { in CompiledCode()
54 size_t CompiledCode::AlignCode(size_t offset, InstructionSet instruction_set) { in AlignCode() argument
55 return RoundUp(offset, GetInstructionSetAlignment(instruction_set)); in AlignCode()
62 size_t CompiledCode::CodeDelta(InstructionSet instruction_set) { in CodeDelta() argument
63 switch (instruction_set) { in CodeDelta()
76 LOG(FATAL) << "Unknown InstructionSet: " << instruction_set; in CodeDelta()
81 const void* CompiledCode::CodePointer(const void* code_pointer, InstructionSet instruction_set) { in CodePointer() argument
82 switch (instruction_set) { in CodePointer()
97 LOG(FATAL) << "Unknown InstructionSet: " << instruction_set; in CodePointer()
103 InstructionSet instruction_set, in CompiledMethod() argument
112 : CompiledCode(driver, instruction_set, quick_code), in CompiledMethod()
124 InstructionSet instruction_set, in SwapAllocCompiledMethod() argument
137 instruction_set, in SwapAllocCompiledMethod()