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

  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints_test.cc 30 // than necessary (rather than smaller) during CreateCalleeSaveMethod
41 static ArtMethod* CreateCalleeSaveMethod(InstructionSet isa, Runtime::CalleeSaveType type)
50 ArtMethod* save_method = r->CreateCalleeSaveMethod();
58 ArtMethod* save_method = CreateCalleeSaveMethod(isa, type);
67 ArtMethod* save_method = CreateCalleeSaveMethod(isa, type);
  /art/compiler/
exception_test.cc 171 ArtMethod* save_method = r->CreateCalleeSaveMethod();
common_compiler_test.cc 164 runtime_->SetCalleeSaveMethod(runtime_->CreateCalleeSaveMethod(), type);
  /art/runtime/arch/
arch_test.cc 32 // than necessary (rather than smaller) during CreateCalleeSaveMethod
50 ArtMethod* save_method = runtime->CreateCalleeSaveMethod();
stub_test.cc 46 runtime_->SetCalleeSaveMethod(runtime_->CreateCalleeSaveMethod(), type);
    [all...]
  /art/runtime/
runtime.h 430 ArtMethod* CreateCalleeSaveMethod() SHARED_REQUIRES(Locks::mutator_lock_);
runtime.cc     [all...]
  /art/dex2oat/
dex2oat.cc     [all...]

Completed in 103 milliseconds