• Home
  • Raw
  • Download

Lines Matching refs:method_address

85       HX86ComputeBaseMethodAddress* method_address = GetPCRelativeBasePointer(load_class);  in VisitLoadClass()  local
86 load_class->AddSpecialInput(method_address); in VisitLoadClass()
92 HX86ComputeBaseMethodAddress* method_address = GetPCRelativeBasePointer(load_string); in VisitLoadString() local
93 load_string->AddSpecialInput(method_address); in VisitLoadString()
131 HX86ComputeBaseMethodAddress* method_address = GetPCRelativeBasePointer(neg); in VisitNeg() local
137 method_address, in VisitNeg()
150 HX86ComputeBaseMethodAddress* method_address = GetPCRelativeBasePointer(switch_insn); in VisitPackedSwitch() local
157 method_address, in VisitPackedSwitch()
172 HX86ComputeBaseMethodAddress* method_address = in GetPCRelativeBasePointer() local
175 cursor->GetBlock()->InsertInstructionBefore(method_address, cursor); in GetPCRelativeBasePointer()
178 entry_block->InsertInstructionBefore(method_address, entry_block->GetFirstInstruction()); in GetPCRelativeBasePointer()
179 base_ = method_address; in GetPCRelativeBasePointer()
181 return method_address; in GetPCRelativeBasePointer()
185 HX86ComputeBaseMethodAddress* method_address = GetPCRelativeBasePointer(insn); in ReplaceInput() local
187 new (GetGraph()->GetAllocator()) HX86LoadFromConstantTable(method_address, value); in ReplaceInput()
213 HX86ComputeBaseMethodAddress* method_address = GetPCRelativeBasePointer(invoke); in HandleInvoke() local
215 invoke_static_or_direct->AddSpecialInput(method_address); in HandleInvoke()
241 HX86ComputeBaseMethodAddress* method_address = GetPCRelativeBasePointer(invoke); in HandleInvoke() local
242 invoke_static_or_direct->AddSpecialInput(method_address); in HandleInvoke()