Home | History | Annotate | Download | only in runtime

Lines Matching refs:runtime

24 #include "runtime.h"
39 Runtime* const runtime = Runtime::Current();
40 bool strict_mode_ = runtime->IsActiveStrictTransactionMode();
51 runtime->AbortTransactionAndThrowAbortError(self, "Can't resolve "
58 runtime->EnterTransactionMode(true, klass.Get()->AsClass().Ptr());
65 runtime->ExitTransactionMode();
69 DCHECK(runtime->IsTransactionAborted());
80 Runtime* const runtime = Runtime::Current();
81 CompilerCallbacks* callbacks = runtime->GetCompilerCallbacks();
88 // Does it need to be verified at runtime? Report soft failure.