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

  /art/compiler/optimizing/
sharpening.cc 93 method_load_kind = HInvokeStaticOrDirect::MethodLoadKind::kRecursive;
code_generator.cc 315 case HInvokeStaticOrDirect::MethodLoadKind::kRecursive:
    [all...]
nodes.h     [all...]
nodes.cc     [all...]
code_generator_mips64.cc     [all...]
code_generator_arm64.cc     [all...]
code_generator_mips.cc     [all...]
code_generator_arm.cc     [all...]
code_generator_x86.cc     [all...]
code_generator_x86_64.cc 769 Location callee_method = temp; // For all kinds except kRecursive, callee will be in temp.
776 case HInvokeStaticOrDirect::MethodLoadKind::kRecursive:
    [all...]

Completed in 200 milliseconds