Lines Matching refs:InstructionSet
25 InstructionSet instruction_set, in CompiledCode()
53 size_t CompiledCode::AlignCode(size_t offset, InstructionSet instruction_set) { in AlignCode()
61 size_t CompiledCode::CodeDelta(InstructionSet instruction_set) { in CodeDelta()
63 case InstructionSet::kArm: in CodeDelta()
64 case InstructionSet::kArm64: in CodeDelta()
65 case InstructionSet::kMips: in CodeDelta()
66 case InstructionSet::kMips64: in CodeDelta()
67 case InstructionSet::kX86: in CodeDelta()
68 case InstructionSet::kX86_64: in CodeDelta()
70 case InstructionSet::kThumb2: { in CodeDelta()
80 const void* CompiledCode::CodePointer(const void* code_pointer, InstructionSet instruction_set) { in CodePointer()
82 case InstructionSet::kArm: in CodePointer()
83 case InstructionSet::kArm64: in CodePointer()
84 case InstructionSet::kMips: in CodePointer()
85 case InstructionSet::kMips64: in CodePointer()
86 case InstructionSet::kX86: in CodePointer()
87 case InstructionSet::kX86_64: in CodePointer()
89 case InstructionSet::kThumb2: { in CodePointer()
102 InstructionSet instruction_set, in CompiledMethod()
115 InstructionSet instruction_set, in SwapAllocCompiledMethod()