Home
last modified time | relevance | path

Searched defs:vm (Results 1 - 25 of 604) sorted by relevance

12345678910>>...25

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
H A Dheap_profiler_interface.cpp21 HeapProfilerInterface *HeapProfilerInterface::GetInstance(EcmaVM *vm) in GetInstance() argument
26 void HeapProfilerInterface::Destroy(EcmaVM *vm) in Destroy() argument
/arkcompiler/ets_runtime/ecmascript/debugger/
H A Dhot_reload_manager.h25 explicit HotReloadManager(const EcmaVM *vm) : vm_(vm) {} in HotReloadManager() argument
/arkcompiler/ets_runtime/ecmascript/snapshot/tests/
H A Dsnapshot_mock.h26 explicit SnapshotMock(EcmaVM *vm) : Snapshot(vm) in SnapshotMock() argument
/arkcompiler/ets_runtime/test/fuzztest/setbundlename_fuzzer/
H A Dsetbundlename_fuzzer.cpp29 EcmaVM *vm = JSNApi::CreateJSVM(option); in SetBundleNameFuzzerTest() local
/arkcompiler/ets_runtime/test/fuzztest/stringrefnewfromutf16_fuzzer/
H A Dstringrefnewfromutf16_fuzzer.cpp30 EcmaVM *vm = JSNApi::CreateJSVM(option); in StringRefNewFromUtf16FuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/stringrefnewfromutf8_fuzzer/
H A Dstringrefnewfromutf8_fuzzer.cpp31 EcmaVM *vm = JSNApi::CreateJSVM(option); in StringRefNewFromUtf8FuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/buildjsstacktrace_fuzzer/
H A Dbuildjsstacktrace_fuzzer.cpp30 EcmaVM *vm = JSNApi::CreateJSVM(option); in BuildJsStackTraceFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/nativepointernew1_fuzzer/
H A Dnativepointernew1_fuzzer.cpp28 EcmaVM *vm = JSNApi::CreateJSVM(option); in NativePointerNew1FuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/startcpuprofilerforfile_fuzzer/
H A Dstartcpuprofilerforfile_fuzzer.cpp29 EcmaVM *vm = JSNApi::CreateJSVM(option); in StartCpuProfilerForFileFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/executionscope_fuzzer/
H A Dexecutionscope_fuzzer.cpp29 auto vm = JSNApi::CreateJSVM(option); in ExecutionScopeFuzzTest() local
/arkcompiler/ets_runtime/ecmascript/module/
H A Dmodule_message_helper.h27 EcmaVM *vm = thread->GetEcmaVM(); in VmModuleInfoMessage() local
/arkcompiler/ets_runtime/test/fuzztest/buildnativeandJsstacktrace_fuzzer/
H A DbuildnativeandJsstacktrace_fuzzer.cpp30 EcmaVM *vm = JSNApi::CreateJSVM(option); in BuildNativeAndJsStackTraceFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/deleteworker_fuzzer/
H A Ddeleteworker_fuzzer.cpp30 EcmaVM *vm = JSNApi::CreateJSVM(option); in DeleteWorkerFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/setmodulename_fuzzer/
H A Dsetmodulename_fuzzer.cpp29 EcmaVM *vm = JSNApi::CreateJSVM(option); in SetModuleNameFuzzerTest() local
/arkcompiler/runtime_core/static_core/runtime/profiling/
H A Dprofiling-inl.h25 ClearProfile([[maybe_unused]] const BytecodeInstruction &inst, [[maybe_unused]] Method *method, [[maybe_unused]] PandaVM *vm, [[maybe_unused]] ark::panda_file::SourceLang lang) ClearProfile() argument
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins.h42 Builtins(JSThread *thread, ObjectFactory *factory, EcmaVM *vm) in Builtins() argument
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcompilation_env.cpp21 CompilationEnv::CompilationEnv(EcmaVM *vm) : vm_(vm), thread_(vm_->GetJSThread()), in CompilationEnv() argument
/arkcompiler/ets_runtime/ecmascript/dfx/
H A Dnative_module_failure_info.cpp18 JSHandle<NativeModuleFailureInfo> NativeModuleFailureInfo::CreateNativeModuleFailureInfo(const EcmaVM *vm, in CreateNativeModuleFailureInfo() argument
/arkcompiler/toolchain/test/fuzztest/protocolhandlercreateerrorreply_fuzzer/
H A Dprotocolhandlercreateerrorreply_fuzzer.cpp29 auto vm = JSNApi::CreateJSVM(option); in ProtocolHandlerCreateErrorReplyFuzzTest() local
/arkcompiler/toolchain/test/fuzztest/protocolhandler_fuzzer/
H A Dprotocolhandler_fuzzer.cpp29 auto vm = JSNApi::CreateJSVM(option); in ProtocolHandlerFuzzTest() local
/arkcompiler/toolchain/test/fuzztest/protocolhandlerrun_fuzzer/
H A Dprotocolhandlerrun_fuzzer.cpp29 auto vm = JSNApi::CreateJSVM(option); in ProtocolHandlerRunFuzzTest() local
/arkcompiler/toolchain/test/fuzztest/initializedebugger_fuzzer/
H A Dinitializedebugger_fuzzer.cpp30 auto vm = JSNApi::CreateJSVM(option); in InitializeDebuggerFuzzTest() local
/arkcompiler/toolchain/test/fuzztest/dispatchprotocolmessage_fuzzer/
H A Ddispatchprotocolmessage_fuzzer.cpp29 auto vm = JSNApi::CreateJSVM(option); in DispatchProtocolMessageFuzzTest() local
/arkcompiler/toolchain/test/fuzztest/protocolhandlerprocess_fuzzer/
H A Dprotocolhandlerprocess_fuzzer.cpp29 auto vm = JSNApi::CreateJSVM(option); in ProtocolHandlerProcessFuzzTest() local
/arkcompiler/toolchain/test/fuzztest/pttypesobjectremoteobject_fuzzer/
H A Dpttypesobjectremoteobject_fuzzer.cpp29 auto vm = JSNApi::CreateJSVM(option); in PtTypesObjectRemoteObjectFuzzTest() local

Completed in 5 milliseconds

12345678910>>...25