Home | History | Annotate | Download | only in jni

Lines Matching refs:runtime

38 class Runtime;
42 // Hook definition for runtime plugins.
50 static std::unique_ptr<JavaVMExt> Create(Runtime* runtime,
69 Runtime* GetRuntime() const {
180 // Like DecodeWeakGlobal() but to be used only during a runtime shutdown where self may be
216 JavaVMExt(Runtime* runtime, const RuntimeArgumentMap& runtime_options, std::string* error_msg);
226 Runtime* const runtime_;
259 // TODO Maybe move this to Runtime.