Home
last modified time | relevance | path

Searched refs:GetVM (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/ets_runtime/test/fuzztest/functionrefnewclassfunction_fuzzer/
Dfunctionrefnewclassfunction_fuzzer.cpp26 EscapeLocalScope scope(info->GetVM()); in FuncRefNewCFCallbackForTest()
27 return scope.Escape(ArrayRef::New(info->GetVM(), info->GetArgsNumber())); in FuncRefNewCFCallbackForTest()
/arkcompiler/ets_runtime/test/fuzztest/functionrefnew_fuzzer/
Dfunctionrefnew_fuzzer.cpp26 EscapeLocalScope scope(info->GetVM()); in FuncRefNewCallbackForTest()
27 return scope.Escape(ArrayRef::New(info->GetVM(), info->GetArgsNumber())); in FuncRefNewCallbackForTest()
/arkcompiler/ets_runtime/test/fuzztest/functionrefconstructor_fuzzer/
Dfunctionrefconstructor_fuzzer.cpp27 EscapeLocalScope scope(info->GetVM()); in FuncRefConCallbackForTest()
28 return scope.Escape(ArrayRef::New(info->GetVM(), info->GetArgsNumber())); in FuncRefConCallbackForTest()
/arkcompiler/ets_runtime/test/fuzztest/functionrefcall_fuzzer/
Dfunctionrefcall_fuzzer.cpp26 EscapeLocalScope scope(info->GetVM()); in FuncRefCallCallbackForTest()
27 return scope.Escape(ArrayRef::New(info->GetVM(), info->GetArgsNumber())); in FuncRefCallCallbackForTest()
/arkcompiler/toolchain/tooling/backend/
Ddebugger_executor.cpp34 EcmaVM *vm = runtimeCallInfo->GetVM(); in DebuggerGetValue()
65 EcmaVM *vm = runtimeCallInfo->GetVM(); in DebuggerSetValue()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dpass_manager.h36 : vm_(collector->GetVM()), in PassContext()
Dcompilation_driver.cpp33 : vm_(collector->GetVM()), in CompilationDriver()
Dbytecode_info_collector.h740 EcmaVM *GetVM() const in GetVM() function
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_tests.cpp73 EscapeLocalScope scope(info->GetVM()); in FunctionCallback()
74 return scope.Escape(ArrayRef::New(info->GetVM(), info->GetArgsNumber())); in FunctionCallback()
413 LocalScope scope(info->GetVM()); in RejectCallback()
415 return JSValueRef::Undefined(info->GetVM()); in RejectCallback()
445 LocalScope scope(info->GetVM()); in ResolvedCallback()
447 return JSValueRef::Undefined(info->GetVM()); in ResolvedCallback()
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi.h1444 EcmaVM *GetVM() const;
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp3487 EcmaVM *JsiRuntimeCallInfo::GetVM() const in GetVM() function in panda::JsiRuntimeCallInfo