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

  /art/runtime/
dex_method_iterator_test.cc 40 InvokeType invoke_type = it.GetInvokeType();
dex_method_iterator.h 110 InvokeType GetInvokeType() {
class_linker-inl.h 266 resolved_method->GetInvokeType(),
art_method.h 141 InvokeType GetInvokeType() REQUIRES_SHARED(Locks::mutator_lock_);
art_method.cc 161 InvokeType ArtMethod::GetInvokeType() {
    [all...]
stack_map.h     [all...]
class_linker.cc     [all...]
  /art/compiler/optimizing/
intrinsics.cc 111 InvokeType invoke_type = invoke->GetInvokeType();
code_generator.cc 364 switch (invoke->GetInvokeType()) {
376 LOG(FATAL) << "Unexpected invoke type: " << invoke->GetInvokeType();
387 switch (invoke->GetInvokeType()) {
    [all...]
stack_map_test.cc     [all...]
graph_visualizer.cc 468 StartAttributeStream("invoke_type") << invoke->GetInvokeType();
    [all...]
stack_map_stream.cc 636 DCHECK_EQ(invoke_info.GetInvokeType(encoding.invoke_info.encoding), entry.invoke_type);
optimizing_compiler.cc     [all...]
inliner.cc     [all...]
loop_optimization.cc     [all...]
nodes.h 549 InvokeType GetInvokeType() const {
    [all...]
instruction_simplifier.cc     [all...]
instruction_builder.cc     [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));
    [all...]
  /art/compiler/driver/
compiler_driver.cc 384 DCHECK_EQ(method->GetInvokeType(), invoke_type);
647 InvokeType invoke_type = method->GetInvokeType();
    [all...]

Completed in 265 milliseconds