Home
last modified time | relevance | path

Searched refs:GetCurrentMethodIndex (Results 1 – 7 of 7) sorted by relevance

/art/compiler/optimizing/
Dcode_generator.cc516 locations->SetInAt(call->GetCurrentMethodIndex(), visitor->GetMethodLocation()); in CreateCommonInvokeLocationSummary()
520 locations->SetInAt(call->GetCurrentMethodIndex(), Location::RequiresRegister()); in CreateCommonInvokeLocationSummary()
Dnodes.h4670 DCHECK_EQ(InputAt(GetCurrentMethodIndex()), GetBlock()->GetGraph()->GetCurrentMethod()); in SetDispatchInfo()
4671 RemoveInputAt(GetCurrentMethodIndex()); in SetDispatchInfo()
4754 size_t GetCurrentMethodIndex() const { in GetCurrentMethodIndex() function
Dinstruction_builder.cc1549 DCHECK_EQ(argument_index, invoke->AsInvokeStaticOrDirect()->GetCurrentMethodIndex()); in SetupInvokeArguments()
Dcode_generator_arm64.cc4428 callee_method = invoke->GetLocations()->InAt(invoke->GetCurrentMethodIndex()); in GenerateStaticOrDirectCall()
Dcode_generator_x86_64.cc1012 callee_method = invoke->GetLocations()->InAt(invoke->GetCurrentMethodIndex()); in GenerateStaticOrDirectCall()
Dcode_generator_x86.cc5023 callee_method = invoke->GetLocations()->InAt(invoke->GetCurrentMethodIndex()); in GenerateStaticOrDirectCall()
Dcode_generator_arm_vixl.cc9072 callee_method = invoke->GetLocations()->InAt(invoke->GetCurrentMethodIndex()); in GenerateStaticOrDirectCall()