Searched refs:HasCurrentMethodInput (Results 1 - 5 of 5) sorted by path

/art/compiler/optimizing/
H A Dcode_generator.cc538 !instruction->AsInvokeStaticOrDirect()->HasCurrentMethodInput()) {
H A Dcode_generator_mips64.cc2993 if (invoke->HasCurrentMethodInput()) {
H A Ddex_cache_array_fixups_arm.cc73 DCHECK(!invoke->HasCurrentMethodInput());
H A Dnodes.h3935 bool had_current_method_input = HasCurrentMethodInput();
3951 DCHECK(!IsStringInit() && !HasCurrentMethodInput());
3969 // If the invoke HasCurrentMethodInput(), the "special input" is the current
3992 bool HasCurrentMethodInput() const { function in class:art::HTryBoundary::HClassTableGet::ComparisonBias::HInvokeStaticOrDirect::ClinitCheckRequirement
H A Dpc_relative_fixups_x86.cc189 invoke_static_or_direct->HasCurrentMethodInput()) {
222 DCHECK(!invoke_static_or_direct->HasCurrentMethodInput());

Completed in 52 milliseconds