HomeSort by relevance Sort by last modified time
    Searched defs:invoke_type (Results 1 - 8 of 8) sorted by null

  /art/runtime/
dex_method_iterator_test.cc 40 InvokeType invoke_type = it.GetInvokeType(); local
43 LOG(INFO) << invoke_type << " " << dex_file.PrettyMethod(method_idx);
  /art/compiler/optimizing/
intrinsics.cc 24 #include "invoke_type.h"
111 InvokeType invoke_type = invoke->GetInvokeType(); local
114 return (invoke_type == kStatic);
117 if (invoke_type == kDirect) {
120 if (invoke_type == kVirtual) {
129 return (invoke_type == kVirtual || invoke_type == kDirect);
stack_map_stream.h 123 InvokeType invoke_type; member in struct:art::StackMapStream::StackMapEntry
inliner.cc 1635 InvokeType invoke_type = invoke_instruction->GetInvokeType(); local
    [all...]
optimizing_compiler.cc 304 InvokeType invoke_type,
377 InvokeType invoke_type,
1157 const InvokeType invoke_type = method->GetInvokeType(); local
    [all...]
instruction_builder.cc 708 ArtMethod* HInstructionBuilder::ResolveMethod(uint16_t method_idx, InvokeType invoke_type) {
721 invoke_type);
743 if (invoke_type == kSuper) {
805 InvokeType invoke_type = GetInvokeTypeFromOpCode(instruction.Opcode()); local
    [all...]
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc 370 static bool GetInvokeType(ArtMethod** sp, InvokeType* invoke_type, uint32_t* dex_method_index)
388 *invoke_type = static_cast<InvokeType>(invoke.GetInvokeType(encoding.invoke_info.encoding));
1078 InvokeType invoke_type; local
    [all...]
  /art/compiler/driver/
compiler_driver.cc 368 InvokeType invoke_type,
384 DCHECK_EQ(method->GetInvokeType(), invoke_type);
495 InvokeType invoke_type,
522 invoke_type,
549 invoke_type);
596 invoke_type,
647 InvokeType invoke_type = method->GetInvokeType(); local
686 invoke_type,
712 invoke_type,
    [all...]

Completed in 142 milliseconds