Home | History | Annotate | Download | only in quick

Lines Matching full:runtime

22 #include "runtime.h"
33 FinishCalleeSaveFrameSetup(self, sp, Runtime::kRefsAndArgs);
34 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation();
41 DCHECK((result != Runtime::Current()->GetClassLinker()->GetQuickToInterpreterBridgeTrampoline())
42 || !Runtime::Current()->GetHeap()->HasImageSpace());
55 // TODO: use FinishCalleeSaveFrameSetup(self, sp, Runtime::kRefsOnly) not the hand inlined below.
60 Runtime* runtime = Runtime::Current();
61 sp->Assign(runtime->GetCalleeSaveMethod(Runtime::kRefsOnly));
62 uint32_t return_pc_offset = GetCalleeSavePCOffset(kRuntimeISA, Runtime::kRefsOnly);
68 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation();