HomeSort by relevance Sort by last modified time
    Searched refs:kRuntimeCall (Results 1 - 12 of 12) sorted by null

  /art/compiler/optimizing/
sharpening.cc 155 DCHECK(load_class->GetLoadKind() == HLoadClass::LoadKind::kRuntimeCall ||
181 desired_load_kind = HLoadClass::LoadKind::kRuntimeCall;
206 desired_load_kind = HLoadClass::LoadKind::kRuntimeCall;
225 if ((load_kind == HLoadClass::LoadKind::kRuntimeCall) ||
237 DCHECK_EQ(load_string->GetLoadKind(), HLoadString::LoadKind::kRuntimeCall);
264 desired_load_kind = HLoadString::LoadKind::kRuntimeCall;
276 desired_load_kind = HLoadString::LoadKind::kRuntimeCall;
nodes.h     [all...]
nodes.cc     [all...]
code_generator.cc 341 case HInvokeStaticOrDirect::MethodLoadKind::kRuntimeCall:
540 DCHECK_EQ(cls->GetLoadKind(), HLoadClass::LoadKind::kRuntimeCall);
550 DCHECK_EQ(cls->GetLoadKind(), HLoadClass::LoadKind::kRuntimeCall);
    [all...]
code_generator_mips64.cc     [all...]
code_generator_mips.cc     [all...]
code_generator.h 536 case HLoadString::LoadKind::kRuntimeCall:
    [all...]
code_generator_arm64.cc     [all...]
code_generator_arm_vixl.cc     [all...]
code_generator_x86.cc     [all...]
code_generator_x86_64.cc     [all...]
instruction_builder.cc     [all...]

Completed in 160 milliseconds