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

  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints_test.cc 28 static mirror::ArtMethod* CreateCalleeSaveMethod(InstructionSet isa,
37 mirror::ArtMethod* save_method = r->CreateCalleeSaveMethod(type);
47 mirror::ArtMethod* save_method = CreateCalleeSaveMethod(isa, type);
56 mirror::ArtMethod* save_method = CreateCalleeSaveMethod(isa, type);
  /art/runtime/arch/
arch_test.cc 35 mirror::ArtMethod* save_method = r->CreateCalleeSaveMethod(type);
stub_test.cc 44 runtime_->SetCalleeSaveMethod(runtime_->CreateCalleeSaveMethod(type), type);
    [all...]
  /art/compiler/
common_compiler_test.cc 306 runtime_->CreateCalleeSaveMethod(type), type);
  /art/runtime/
runtime.h 384 mirror::ArtMethod* CreateCalleeSaveMethod(CalleeSaveType type)
runtime.cc 832 SetCalleeSaveMethod(CreateCalleeSaveMethod(type), type);
    [all...]
  /art/dex2oat/
dex2oat.cc 540 runtime->SetCalleeSaveMethod(runtime->CreateCalleeSaveMethod(type), type);
    [all...]

Completed in 231 milliseconds