Lines Matching refs:runtime
62 Runtime* runtime = Runtime::Current();
63 JavaVMExt* vm = runtime->GetJavaVM();
96 Runtime* runtime = Runtime::Current();
97 CHECK(runtime->IsZygote()) << "runtime instance not started with -Xzygote";
99 runtime->PreZygoteFork();
116 Runtime::NativeBridgeAction action = Runtime::NativeBridgeAction::kUnload;
118 action = Runtime::NativeBridgeAction::kInitialize;
120 Runtime::Current()->DidForkFromZygote(env, action, isa_string.c_str());
122 Runtime::Current()->DidForkFromZygote(env, Runtime::NativeBridgeAction::kUnload, nullptr);