Home
last modified time | relevance | path

Searched defs:vm (Results 1 – 25 of 711) sorted by relevance

12345678910>>...29

/arkcompiler/ets_runtime/ecmascript/napi/
Ddfx_jsnapi.cpp67 void DFXJSNApi::DumpHeapSnapshot([[maybe_unused]] const EcmaVM *vm, [[maybe_unused]] const std::str… in DumpHeapSnapshot()
83 void DFXJSNApi::DumpHeapSnapshot([[maybe_unused]] const EcmaVM *vm, [[maybe_unused]] Stream *stream, in DumpHeapSnapshot()
114 void DFXJSNApi::DumpCpuProfile([[maybe_unused]] const EcmaVM *vm) in DumpCpuProfile()
138 void DFXJSNApi::DumpHeapSnapshot([[maybe_unused]] const EcmaVM *vm, in DumpHeapSnapshot()
179 void DFXJSNApi::DumpHeapSnapshot([[maybe_unused]] const EcmaVM *vm, in DumpHeapSnapshot()
193 void DFXJSNApi::DumpHeapSnapshotWithVm([[maybe_unused]] const EcmaVM *vm, in DumpHeapSnapshotWithVm()
249 void DFXJSNApi::TriggerGC([[maybe_unused]] const EcmaVM *vm, [[maybe_unused]] uint32_t tid) in TriggerGC()
274 void DFXJSNApi::TriggerSharedGCWithVm([[maybe_unused]] const EcmaVM *vm) in TriggerSharedGCWithVm()
294 EcmaVM *vm = static_cast<EcmaVM *>(work->data); in TriggerSharedGCWithVm() local
310 void DFXJSNApi::TriggerGCWithVm([[maybe_unused]] const EcmaVM *vm) in TriggerGCWithVm()
[all …]
Djsnapi_expo.cpp213 Local<PrimitiveRef> JSValueRef::Undefined(const EcmaVM *vm) in Undefined()
219 Local<PrimitiveRef> JSValueRef::Null(const EcmaVM *vm) in Null()
225 Local<PrimitiveRef> JSValueRef::Hole(const EcmaVM *vm) in Hole()
231 Local<PrimitiveRef> JSValueRef::True(const EcmaVM *vm) in True()
237 Local<PrimitiveRef> JSValueRef::False(const EcmaVM *vm) in False()
243 Local<ObjectRef> JSValueRef::ToObject(const EcmaVM *vm) in ToObject()
256 Local<ObjectRef> JSValueRef::ToEcmaObject(const EcmaVM *vm) in ToEcmaObject()
270 Local<ObjectRef> JSValueRef::ToEcmaObjectWithoutSwitchState(const EcmaVM *vm) in ToEcmaObjectWithoutSwitchState()
279 Local<StringRef> JSValueRef::ToString(const EcmaVM *vm) in ToString()
292 Local<NativePointerRef> JSValueRef::ToNativePointer(const EcmaVM *vm) in ToNativePointer()
[all …]
Djsnapi.cpp214 Local<JSValueRef> JSON::Stringify(const EcmaVM *vm, Local<JSValueRef> json) in Stringify()
226 Local<StringRef> RegExpRef::GetOriginalSource(const EcmaVM *vm) in GetOriginalSource()
241 std::string RegExpRef::GetOriginalFlags([[maybe_unused]] const EcmaVM *vm) in GetOriginalFlags()
272 Local<JSValueRef> RegExpRef::IsGlobal(const EcmaVM *vm) in IsGlobal()
284 Local<JSValueRef> RegExpRef::IsIgnoreCase(const EcmaVM *vm) in IsIgnoreCase()
296 Local<JSValueRef> RegExpRef::IsMultiline(const EcmaVM *vm) in IsMultiline()
308 Local<JSValueRef> RegExpRef::IsDotAll(const EcmaVM *vm) in IsDotAll()
320 Local<JSValueRef> RegExpRef::IsUtf16(const EcmaVM *vm) in IsUtf16()
332 Local<JSValueRef> RegExpRef::IsStick(const EcmaVM *vm) in IsStick()
344 bool GeneratorFunctionRef::IsGenerator(const EcmaVM *vm) in IsGenerator()
[all …]
/arkcompiler/ets_runtime/ecmascript/
Decma_handle_scope.cpp26 auto vm = thread_->GetEcmaVM(); in EcmaHandleScope() local
36 void EcmaHandleScope::OpenHandleScope(EcmaVM *vm) in OpenHandleScope()
43 void EcmaHandleScope::OpenPrimitiveScope(EcmaVM *vm) in OpenPrimitiveScope()
52 auto vm = thread_->GetEcmaVM(); in ~EcmaHandleScope() local
62 void EcmaHandleScope::CloseHandleScope(EcmaVM *vm) in CloseHandleScope()
71 void EcmaHandleScope::ClosePrimitiveScope(EcmaVM *vm) in ClosePrimitiveScope()
91 auto vm = thread->GetEcmaVM(); in NewHandle() local
118 auto vm = thread->GetEcmaVM(); in NewPrimitiveHandle() local
Decma_string-inl.h31 inline EcmaString *EcmaString::CreateEmptyString(const EcmaVM *vm) in CreateEmptyString()
41 inline EcmaString *EcmaString::CreateFromUtf8(const EcmaVM *vm, const uint8_t *utf8Data, uint32_t u… in CreateFromUtf8()
55 inline EcmaString *EcmaString::CreateFromUtf8(const EcmaVM *vm, const uint8_t *utf8Data, uint32_t u… in CreateFromUtf8()
82 inline EcmaString *EcmaString::CreateFromUtf8CompressedSubString(const EcmaVM *vm, const JSHandle<E… in CreateFromUtf8CompressedSubString()
97 inline EcmaString *EcmaString::CreateUtf16StringFromUtf8(const EcmaVM *vm, const uint8_t *utf8Data,… in CreateUtf16StringFromUtf8()
120 inline EcmaString *EcmaString::CreateFromUtf16(const EcmaVM *vm, const uint16_t *utf16Data, uint32_… in CreateFromUtf16()
136 inline EcmaString *EcmaString::CreateLineString(const EcmaVM *vm, size_t length, bool compressed) in CreateLineString()
148 inline EcmaString *EcmaString::CreateLineStringNoGC(const EcmaVM *vm, size_t length, bool compresse… in CreateLineStringNoGC()
160 inline EcmaString* EcmaString::AllocLineString(const EcmaVM* vm, size_t size, MemSpaceType type) in AllocLineString()
181 inline EcmaString *EcmaString::CreateLineStringWithSpaceType(const EcmaVM *vm, size_t length, bool … in CreateLineStringWithSpaceType()
[all …]
/arkcompiler/ets_runtime/ecmascript/cross_vm/
Djsnapi_expo_hybrid.cpp33 Local<StringRef> StringRef::GetProxyNapiWrapperString(const EcmaVM *vm) in GetProxyNapiWrapperString()
43 Local<ObjectRef> ObjectRef::NewJSXRefObject(const EcmaVM *vm) in NewJSXRefObject()
52 void JSNApi::SetStackInfo(const EcmaVM *vm, const panda::StackInfo &info) in SetStackInfo()
59 panda::StackInfo JSNApi::GetStackInfo(const EcmaVM *vm) in GetStackInfo()
67 uintptr_t JSNApi::GetXRefGlobalHandleAddr(const EcmaVM *vm, uintptr_t localAddress) in GetXRefGlobalHandleAddr()
79 void JSNApi::DisposeXRefGlobalHandleAddr(const EcmaVM *vm, uintptr_t addr) in DisposeXRefGlobalHandleAddr()
89 void JSNApi::MarkFromObject(const EcmaVM *vm, uintptr_t addr) in MarkFromObject()
98 bool JSNApi::IsObjectAlive(const EcmaVM *vm, uintptr_t addr) in IsObjectAlive()
107 bool JSNApi::IsValidHeapObject(const EcmaVM *vm, uintptr_t addr) in IsValidHeapObject()
117 Local<ObjectRef> JSNApi::GetModuleNameSpaceWithPath(const EcmaVM *vm, const char *path) in GetModuleNameSpaceWithPath()
[all …]
/arkcompiler/toolchain/tooling/dynamic/
Ddebugger_service.cpp23 void InitializeDebugger(::panda::ecmascript::EcmaVM *vm, in InitializeDebugger()
38 void UninitializeDebugger(::panda::ecmascript::EcmaVM *vm) in UninitializeDebugger()
49 void WaitForDebugger(const ::panda::ecmascript::EcmaVM *vm) in WaitForDebugger()
61 void OnMessage(const ::panda::ecmascript::EcmaVM *vm, std::string &&message) in OnMessage()
73 void ProcessMessage(const ::panda::ecmascript::EcmaVM *vm) in ProcessMessage()
85 int32_t GetDispatchStatus(const ::panda::ecmascript::EcmaVM *vm) in GetDispatchStatus()
100 const char* GetCallFrames(const ::panda::ecmascript::EcmaVM *vm) in GetCallFrames()
119 const char* OperateDebugMessage(const ::panda::ecmascript::EcmaVM *vm, const char* message) in OperateDebugMessage()
/arkcompiler/toolchain/tooling/dynamic/backend/
Ddebugger_executor.cpp22 void DebuggerExecutor::Initialize(const EcmaVM *vm) in Initialize()
29 void DebuggerExecutor::SetEvaluateToGlobal(const EcmaVM *vm, Local<ObjectRef> &globalObj) in SetEvaluateToGlobal()
43 EcmaVM *vm = runtimeCallInfo->GetVM(); in DebuggerGetValue() local
74 EcmaVM *vm = runtimeCallInfo->GetVM(); in DebuggerSetValue() local
97 Local<JSValueRef> DebuggerExecutor::GetValue(const EcmaVM *vm, const FrameHandler *frameHandler, Lo… in GetValue()
120 bool DebuggerExecutor::SetValue(const EcmaVM *vm, FrameHandler *frameHandler, in SetValue()
139 void DebuggerExecutor::ThrowException(const EcmaVM *vm, const std::string &error) in ThrowException()
146 Local<JSValueRef> DebuggerExecutor::GetLocalValue(const EcmaVM *vm, const FrameHandler *frameHandle… in GetLocalValue()
160 bool DebuggerExecutor::SetLocalValue(const EcmaVM *vm, FrameHandler *frameHandler, in SetLocalValue()
174 Local<JSValueRef> DebuggerExecutor::GetLexicalValue(const EcmaVM *vm, const FrameHandler *frameHand… in GetLexicalValue()
[all …]
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_profiler_interface.cpp22 HeapProfilerInterface *HeapProfilerInterface::GetInstance(EcmaVM *vm) in GetInstance()
27 void HeapProfilerInterface::Destroy(EcmaVM *vm) in Destroy()
32 HeapProfilerInterface *HeapProfilerInterface::CreateNewInstance(const EcmaVM *vm) in CreateNewInstance()
45 EcmaVM *vm = Runtime::GetInstance()->GetMainThread()->GetEcmaVM(); in DumpHeapSnapshotForCMCOOM() local
/arkcompiler/ets_runtime/ecmascript/tests/
Dunified_gc_test.cpp42 EcmaVM *vm = thread->GetEcmaVM(); in HWTEST_F_L0() local
64 EcmaVM *vm = thread->GetEcmaVM(); in HWTEST_F_L0() local
77 EcmaVM *vm = thread->GetEcmaVM(); in HWTEST_F_L0() local
92 EcmaVM *vm = thread->GetEcmaVM(); in HWTEST_F_L0() local
106 EcmaVM *vm = thread->GetEcmaVM(); in HWTEST_F_L0() local
125 EcmaVM *vm = thread->GetEcmaVM(); in HWTEST_F_L0() local
139 EcmaVM *vm = thread->GetEcmaVM(); in HWTEST_F_L0() local
153 EcmaVM *vm = thread->GetEcmaVM(); in HWTEST_F_L0() local
177 EcmaVM *vm = thread->GetEcmaVM(); in HWTEST_F_L0() local
192 EcmaVM *vm = thread->GetEcmaVM(); in HWTEST_F_L0() local
Djs_sendable_arraybuffer_test.cpp35 auto vm = thread->GetEcmaVM(); in HWTEST_F_L0() local
71 auto vm = thread->GetEcmaVM(); in HWTEST_F_L0() local
97 auto vm = thread->GetEcmaVM(); in HWTEST_F_L0() local
116 auto vm = thread->GetEcmaVM(); in HWTEST_F_L0() local
135 auto vm = thread->GetEcmaVM(); in HWTEST_F_L0() local
159 auto vm = thread->GetEcmaVM(); in HWTEST_F_L0() local
183 auto vm = thread->GetEcmaVM(); in HWTEST_F_L0() local
200 auto vm = thread->GetEcmaVM(); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/test/fuzztest/bufferrefnew_fuzzer/
Dbufferrefnew_fuzzer.cpp28 EcmaVM *vm = JSNApi::CreateJSVM(option); in BufferRefNewFuzzTest() local
45 EcmaVM *vm = JSNApi::CreateJSVM(option); in BufferRefMultiParamNewFuzzTest() local
55 EcmaVM *vm = JSNApi::CreateJSVM(option); in BufferRefByteLengthFuzzTest() local
70 EcmaVM *vm = JSNApi::CreateJSVM(option); in BufferRefGetBufferFuzzTest() local
85 EcmaVM *vm = JSNApi::CreateJSVM(option); in BufferToStringCallbackFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/containershashmapcommon_fuzzer/
Dcontainershashmapcommon_fuzzer.h81 static bool InitializeFuzzTest(const uint8_t *data, size_t size, double &input, EcmaVM *&vm, in InitializeFuzzTest()
109 EcmaVM *vm = nullptr; in ContainersHashMapEntriesFuzzTest() local
133 EcmaVM *vm = nullptr; in ContainersHashMapFuzzTest() local
150 EcmaVM *vm = nullptr; in ContainersHashMapClearFuzzTest() local
173 EcmaVM *vm = nullptr; in ContainersHashMapForEachFuzzTest() local
199 EcmaVM *vm = nullptr; in ContainersHashMapGetFuzzTest() local
224 EcmaVM *vm = nullptr; in ContainersHashMapGetLengthFuzzTest() local
248 EcmaVM *vm = nullptr; in ContainersHashMapHasKeyFuzzTest() local
273 EcmaVM *vm = nullptr; in ContainersHashMapHasValueFuzzTest() local
298 EcmaVM *vm = nullptr; in ContainersHashMapIsEmptyFuzzTest() local
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/hybrid/mem/
Dexternal-gc.cpp26 void VisitVmRoots(const GCRootVisitor &visitor, PandaVM *vm) in VisitVmRoots()
35 void UpdateVmRoots(const GCRootUpdater &updater, PandaVM *vm) in UpdateVmRoots()
57 ark::PandaVM *vm = GetPandaVM(); in VisitStaticRoots() local
71 ark::PandaVM *vm = GetPandaVM(); in UpdateStaticRoots() local
86 ark::PandaVM *vm = GetPandaVM(); in SweepStaticRoots() local
/arkcompiler/ets_runtime/test/fuzztest/containerstreemapcommon_fuzzer/
Dcontainerstreemapcommon_fuzzer.h81 …static bool InitFuzzTest(const uint8_t *data, size_t &size, int32_t &key, EcmaVM *&vm, JSThread *&… in InitFuzzTest()
104 EcmaVM *vm = nullptr; in ContainersTreeMapClearFuzzTest() local
129 EcmaVM *vm = nullptr; in ContainersTreeMapConstructorFuzzTest() local
147 EcmaVM *vm = nullptr; in ContainersTreeMapEntriesFuzzTest() local
177 EcmaVM *vm = nullptr; in ContainersTreeMapForEachFuzzTest() local
208 EcmaVM *vm = nullptr; in ContainersTreeMapGetFuzzTest() local
227 EcmaVM *vm = nullptr; in ContainersTreeMapGetFirstKeyFuzzTest() local
252 EcmaVM *vm = nullptr; in ContainersTreeMapGetHigherKeyFuzzTest() local
278 EcmaVM *vm = nullptr; in ContainersTreeMapGetLastKeyFuzzTest() local
303 EcmaVM *vm = nullptr; in ContainersTreeMapGetLengthFuzzTest() local
[all …]
/arkcompiler/ets_runtime/test/fuzztest/jsnapiset_fuzzer/
Djsnapiset_fuzzer.cpp30 EcmaVM *vm = JSNApi::CreateJSVM(option); in JSNApiSetAssetPathFuzzTest() local
45 EcmaVM *vm = JSNApi::CreateJSVM(option); in JSNApiSetBundleFuzzTest() local
60 EcmaVM *vm = JSNApi::CreateJSVM(option); in JSNApiSetHostEnqueueJobFuzzTest() local
74 EcmaVM *vm = JSNApi::CreateJSVM(option); in JSNApiSetMockModuleListFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/containerslinkedlistcommon_fuzzer/
Dcontainerslinkedlistcommon_fuzzer.h111 EcmaVM *vm = JSNApi::CreateJSVM(option); in ContainersLinkedListAddFuzzTest() local
136 EcmaVM *vm = JSNApi::CreateJSVM(option); in ContainersLinkedListGetFirstFuzzTest() local
166 EcmaVM *vm = JSNApi::CreateJSVM(option); in ContainersLinkedListGetLastFuzzTest() local
196 EcmaVM *vm = JSNApi::CreateJSVM(option); in ContainersLinkedListAddFirstFuzzTest() local
226 EcmaVM *vm = JSNApi::CreateJSVM(option); in ContainersLinkedListClearFuzzTest() local
256 EcmaVM *vm = JSNApi::CreateJSVM(option); in ContainersLinkedListCloneFuzzTest() local
286 EcmaVM *vm = JSNApi::CreateJSVM(option); in ContainersLinkedListGetFuzzTest() local
328 EcmaVM *vm = JSNApi::CreateJSVM(option); in ContainersLinkedListGetIndexOfFuzzTest() local
359 EcmaVM *vm = JSNApi::CreateJSVM(option); in ContainersLinkedListGetLastIndexOfFuzzTest() local
390 EcmaVM *vm = JSNApi::CreateJSVM(option); in ContainersLinkedListHasFuzzTest() local
[all …]
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_lazy_callback.cpp26 EcmaVM *vm = thread->GetEcmaVM(); in Date() local
41 EcmaVM *vm = thread->GetEcmaVM(); in Set() local
56 EcmaVM *vm = thread->GetEcmaVM(); in Map() local
72 EcmaVM *vm = thread->GetEcmaVM(); in WeakMap() local
87 EcmaVM *vm = thread->GetEcmaVM(); in WeakSet() local
102 EcmaVM *vm = thread->GetEcmaVM(); in WeakRef() local
117 EcmaVM *vm = thread->GetEcmaVM(); in FinalizationRegistry() local
132 EcmaVM *vm = thread->GetEcmaVM(); in TypedArray() local
168 EcmaVM *vm = thread->GetEcmaVM(); in ITERATE_TYPED_ARRAY() local
182 EcmaVM *vm = thread->GetEcmaVM(); in DataView() local
[all …]
/arkcompiler/ets_runtime/test/fuzztest/exceptionclass_fuzzer/
Dexceptionclass_fuzzer.cpp30 EcmaVM *vm = JSNApi::CreateJSVM(option); in ExpectionErrorFuzzTest() local
44 EcmaVM *vm = JSNApi::CreateJSVM(option); in ExpectionRangeErrorFuzzTest() local
58 EcmaVM *vm = JSNApi::CreateJSVM(option); in ReferenceErrorFuzzTest() local
72 EcmaVM *vm = JSNApi::CreateJSVM(option); in SYNTexErrorFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefiscorrect_fuzzer/
Djsvaluerefiscorrect_fuzzer.cpp31 EcmaVM *vm = JSNApi::CreateJSVM(option); in JSValueRefIsFalseFuzzTest() local
43 EcmaVM *vm = JSNApi::CreateJSVM(option); in JSValueRefIsTrueFuzzTest() local
64 EcmaVM *vm = JSNApi::CreateJSVM(option); in JSValueRefIsHoleFuzzTest() local
85 EcmaVM *vm = JSNApi::CreateJSVM(option); in JSValueRefIsUndefinedFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/jsnapisethostpromiserejectiontracker_fuzzer/
Djsnapisethostpromiserejectiontracker_fuzzer.cpp28 EcmaVM *vm = JSNApi::CreateJSVM(option); in JSNApiSetHostPromiseRejectionTrackerFuzzTest() local
40 EcmaVM *vm = JSNApi::CreateJSVM(option); in JSNApiSetNativePtrGetterFuzzTest() local
52 EcmaVM *vm = JSNApi::CreateJSVM(option); in JSNApiSetHostResolveBufferTrackerFuzzTest() local
67 EcmaVM *vm = JSNApi::CreateJSVM(option); in JSNApiSetUnloalNativeModuleCallbackFuzzTest() local
/arkcompiler/ets_runtime/ecmascript/mem/cmc_gc/
Dhooks.cpp133 auto vm = thread->GetEcmaVM(); in VisitDynamicLocalRoots() local
144 auto vm = thread->GetEcmaVM(); in VisitDynamicLocalRoots() local
186 auto vm = thread->GetEcmaVM(); in VisitDynamicWeakLocalRoots() local
202 auto vm = thread->GetEcmaVM(); in VisitDynamicPreforwardRoots() local
219 auto vm = thread->GetEcmaVM(); in VisitDynamicConcurrentRoots() local
224 void VisitDynamicThreadRoot(const RefFieldVisitor &visitorFunc, void *vm) in VisitDynamicThreadRoot()
243 void VisitDynamicWeakThreadRoot(const WeakRefFieldVisitor &visitorFunc, void *vm) in VisitDynamicWeakThreadRoot()
259 void VisitDynamicThreadPreforwardRoot(const RefFieldVisitor &visitorFunc, void *vm) in VisitDynamicThreadPreforwardRoot()
295 auto vm = reinterpret_cast<JSThread *>(thread)->GetEcmaVM(); in MarkThreadLocalJitFortInstalled() local
307 auto vm = thread->GetEcmaVM(); in SweepThreadLocalJitFort() local
[all …]
/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefisarray_fuzzer/
Djsvaluerefisarray_fuzzer.cpp28 EcmaVM *vm = JSNApi::CreateJSVM(option); in IsInt8ArrayFuzztest() local
44 EcmaVM *vm = JSNApi::CreateJSVM(option); in IsUint8ArrayFuzztest() local
60 EcmaVM *vm = JSNApi::CreateJSVM(option); in IsUint8ClampedArrayFuzztest() local
76 EcmaVM *vm = JSNApi::CreateJSVM(option); in IsInt16ArrayFuzztest() local
93 EcmaVM *vm = JSNApi::CreateJSVM(option); in IsUint16ArrayFuzztest() local
/arkcompiler/ets_runtime/ecmascript/js_vm/
Dmain.cpp46 bool IsEqual(EcmaVM *vm, Local<JSValueRef> jsArg0, Local<JSValueRef> jsArg1) in IsEqual()
71 EcmaVM *vm = runtimeInfo->GetVM(); in TestEnd() local
78 EcmaVM *vm = runtimeInfo->GetVM(); in AssertEqual() local
103 EcmaVM *vm = runtimeInfo->GetVM(); in AssertTrue() local
127 EcmaVM *vm = runtimeInfo->GetVM(); in AssertUnreachable() local
133 bool ExecutePandaFile(EcmaVM *vm, JSRuntimeOptions &runtimeOptions, std::string &files) in ExecutePandaFile()
220 EcmaVM *vm = JSNApi::CreateEcmaVM(runtimeOptions); in Main() local
/arkcompiler/toolchain/inspector/
Dinspector.cpp153 void SendReply(const void* vm, const std::string& message) in SendReply()
163 void ResetServiceLocked(void *vm, bool isCloseHandle) in ResetServiceLocked()
182 void* vm, const DebuggerPostTask& debuggerPostTask, in InitializeInspector()
404 bool InitializeDebuggerForSocketpair(void* vm, bool isHybrid) in InitializeDebuggerForSocketpair()
429 void* vm = GetEcmaVM(tid); in StartDebugForSocketpair() local
449 bool StartDebug(const std::string& componentName, void* vm, bool isDebugMode, in StartDebug()
481 void WaitForDebugger(void* vm) in WaitForDebugger()
498 void StopDebug(void* vm, bool isHybrid) in StopDebug()
532 void* vm = GetEcmaVM(tid); in StopOldDebug() local
547 void StoreDebuggerInfo(int tid, void* vm, const DebuggerPostTask& debuggerPostTask) in StoreDebuggerInfo()
[all …]

12345678910>>...29