Lines Matching refs:InstructionSet
26 InstructionSet instruction_set, in CompiledCode()
54 size_t CompiledCode::AlignCode(size_t offset, InstructionSet instruction_set) { in AlignCode()
62 size_t CompiledCode::CodeDelta(InstructionSet instruction_set) { in CodeDelta()
64 case InstructionSet::kArm: in CodeDelta()
65 case InstructionSet::kArm64: in CodeDelta()
66 case InstructionSet::kMips: in CodeDelta()
67 case InstructionSet::kMips64: in CodeDelta()
68 case InstructionSet::kX86: in CodeDelta()
69 case InstructionSet::kX86_64: in CodeDelta()
71 case InstructionSet::kThumb2: { in CodeDelta()
81 const void* CompiledCode::CodePointer(const void* code_pointer, InstructionSet instruction_set) { in CodePointer()
83 case InstructionSet::kArm: in CodePointer()
84 case InstructionSet::kArm64: in CodePointer()
85 case InstructionSet::kMips: in CodePointer()
86 case InstructionSet::kMips64: in CodePointer()
87 case InstructionSet::kX86: in CodePointer()
88 case InstructionSet::kX86_64: in CodePointer()
90 case InstructionSet::kThumb2: { in CodePointer()
103 InstructionSet instruction_set, in CompiledMethod()
124 InstructionSet instruction_set, in SwapAllocCompiledMethod()