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

  /art/compiler/optimizing/
intrinsics.cc 23 #include "dex/invoke_type.h"
122 InvokeType invoke_type = invoke->GetInvokeType(); local
126 return (invoke_type == kStatic);
129 if (invoke_type == kDirect) {
132 if (invoke_type == kVirtual) {
140 return (invoke_type == kVirtual || invoke_type == kDirect || invoke_type == kInterface);
stack_map_stream.h 122 InvokeType invoke_type; member in struct:art::StackMapStream::StackMapEntry
inliner.cc 1741 InvokeType invoke_type = invoke_instruction->GetInvokeType(); local
    [all...]
instruction_builder.cc 439 InvokeType invoke_type = dex_compilation_unit_->IsStatic() ? kStatic : kDirect; local
448 invoke_type,
923 InvokeType invoke_type = GetInvokeTypeFromOpCode(instruction.Opcode()); local
    [all...]
  /art/compiler/driver/
compiler_driver.cc 459 InvokeType invoke_type,
477 invoke_type,
521 InvokeType invoke_type,
533 InvokeType invoke_type,
555 invoke_type,
570 invoke_type,
586 InvokeType invoke_type,
599 InvokeType invoke_type,
648 invoke_type,
669 invoke_type,
687 InvokeType invoke_type = method->GetInvokeType(); local
    [all...]
  /art/dex2oat/linker/
oat_writer.cc 1603 const InvokeType invoke_type = it.GetMethodInvokeType( local
    [all...]
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc 373 static bool GetInvokeType(ArtMethod** sp, InvokeType* invoke_type, uint32_t* dex_method_index)
391 *invoke_type = static_cast<InvokeType>(invoke.GetInvokeType(encoding.invoke_info.encoding));
1303 InvokeType invoke_type; local
    [all...]

Completed in 125 milliseconds