Home
last modified time | relevance | path

Searched defs:ecmaVm (Results 1 – 25 of 79) sorted by relevance

1234

/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.cpp74 uint32_t DebuggerApi::GetStackDepth(const EcmaVM *ecmaVm) in GetStackDepth()
87 std::shared_ptr<FrameHandler> DebuggerApi::NewFrameHandler(const EcmaVM *ecmaVm) in NewFrameHandler()
92 bool DebuggerApi::StackWalker(const EcmaVM *ecmaVm, std::function<StackState(const FrameHandler *)>… in StackWalker()
111 uint32_t DebuggerApi::GetStackDepthOverBuiltin(const EcmaVM *ecmaVm) in GetStackDepthOverBuiltin()
127 uint32_t DebuggerApi::GetBytecodeOffset(const EcmaVM *ecmaVm) in GetBytecodeOffset()
132 std::unique_ptr<PtMethod> DebuggerApi::GetMethod(const EcmaVM *ecmaVm) in GetMethod()
156 bool DebuggerApi::IsNativeMethod(const EcmaVM *ecmaVm) in IsNativeMethod()
171 JSPandaFile *DebuggerApi::GetJSPandaFile(const EcmaVM *ecmaVm) in GetJSPandaFile()
222 Local<JSValueRef> DebuggerApi::GetVRegValue(const EcmaVM *ecmaVm, in GetVRegValue()
231 Local<JSValueRef> DebuggerApi::GetAndClearException(const EcmaVM *ecmaVm) in GetAndClearException()
[all …]
/arkcompiler/toolchain/tooling/backend/
Djs_single_stepper.cpp75 std::unique_ptr<SingleStepper> SingleStepper::GetStepIntoStepper(const EcmaVM *ecmaVm) in GetStepIntoStepper()
80 std::unique_ptr<SingleStepper> SingleStepper::GetStepOverStepper(const EcmaVM *ecmaVm) in GetStepOverStepper()
85 std::unique_ptr<SingleStepper> SingleStepper::GetStepOutStepper(const EcmaVM *ecmaVm) in GetStepOutStepper()
109 std::unique_ptr<SingleStepper> SingleStepper::GetStepper(const EcmaVM *ecmaVm, in GetStepper()
Djs_single_stepper.h30 SingleStepper(const EcmaVM *ecmaVm, std::unique_ptr<PtMethod> ptMethod, in SingleStepper()
/arkcompiler/ets_runtime/ecmascript/stubs/
Dtest_runtime_stubs.cpp63 EcmaVM *ecmaVm = thread->GetEcmaVM(); in DEF_RUNTIME_STUBS() local
79 EcmaVM *ecmaVm = thread->GetEcmaVM(); in DEF_RUNTIME_STUBS() local
93 EcmaVM *ecmaVm = thread->GetEcmaVM(); in DEF_RUNTIME_STUBS() local
/arkcompiler/toolchain/tooling/base/
Dpt_types.cpp116 std::unique_ptr<RemoteObject> RemoteObject::FromTagged(const EcmaVM *ecmaVm, Local<JSValueRef> tagg… in FromTagged()
254 PrimitiveRemoteObject::PrimitiveRemoteObject(const EcmaVM *ecmaVm, Local<JSValueRef> tagged) in PrimitiveRemoteObject()
281 StringRemoteObject::StringRemoteObject([[maybe_unused]] const EcmaVM *ecmaVm, Local<StringRef> tagg… in StringRemoteObject()
290 SymbolRemoteObject::SymbolRemoteObject(const EcmaVM *ecmaVm, Local<SymbolRef> tagged) in SymbolRemoteObject()
300 FunctionRemoteObject::FunctionRemoteObject(const EcmaVM *ecmaVm, Local<JSValueRef> tagged) in FunctionRemoteObject()
311 GeneratorFunctionRemoteObject::GeneratorFunctionRemoteObject(const EcmaVM *ecmaVm, Local<JSValueRef… in GeneratorFunctionRemoteObject()
322 ObjectRemoteObject::ObjectRemoteObject(const EcmaVM *ecmaVm, Local<JSValueRef> tagged, in ObjectRemoteObject()
334 ObjectRemoteObject::ObjectRemoteObject(const EcmaVM *ecmaVm, Local<JSValueRef> tagged, in ObjectRemoteObject()
347 std::string ObjectRemoteObject::DescriptionForObject(const EcmaVM *ecmaVm, Local<JSValueRef> tagged) in DescriptionForObject()
508 std::string ObjectRemoteObject::DescriptionForArray(const EcmaVM *ecmaVm, Local<ArrayRef> tagged) in DescriptionForArray()
[all …]
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_verification_test.cpp62 auto ecmaVm = thread->GetEcmaVM(); in HWTEST_F_L0() local
87 auto ecmaVm = thread->GetEcmaVM(); in HWTEST_F_L0() local
Dhuge_object_test.cpp85 auto ecmaVm = thread->GetEcmaVM(); in HWTEST_F_L0() local
95 auto ecmaVm = thread->GetEcmaVM(); in HWTEST_F_L0() local
Dmem_controller_test.cpp63 auto ecmaVm = thread->GetEcmaVM(); in HWTEST_F_L0() local
94 auto ecmaVm = thread->GetEcmaVM(); in HWTEST_F_L0() local
Dthrow_oom_error_test.cpp74 auto ecmaVm = thread->GetEcmaVM(); in HWTEST_F_L0() local
Dwaiter_list_test.cpp52 EcmaVM *ecmaVm = thread->GetEcmaVM(); in CreateListNode() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_promise.cpp45 EcmaVM *ecmaVm = thread->GetEcmaVM(); in PromiseConstructor() local
109 EcmaVM *ecmaVm = thread->GetEcmaVM(); in All() local
176 EcmaVM *ecmaVm = thread->GetEcmaVM(); in Race() local
359 auto ecmaVm = thread->GetEcmaVM(); in Then() local
392 auto ecmaVm = thread->GetEcmaVM(); in PerformPromiseThen() local
453 auto ecmaVm = thread->GetEcmaVM(); in PerformPromiseAll() local
589 auto ecmaVm = thread->GetEcmaVM(); in PerformPromiseRace() local
664 auto ecmaVm = thread->GetEcmaVM(); in Any() local
720 auto ecmaVm = thread->GetEcmaVM(); in PerformPromiseAny() local
849 auto ecmaVm = thread->GetEcmaVM(); in AllSettled() local
[all …]
Dbuiltins_plural_rules.cpp31 EcmaVM *ecmaVm = thread->GetEcmaVM(); in PluralRulesConstructor() local
121 auto ecmaVm = thread->GetEcmaVM(); in ResolvedOptions() local
Dbuiltins_displaynames.cpp34 EcmaVM *ecmaVm = thread->GetEcmaVM(); in DisplayNamesConstructor() local
138 auto ecmaVm = thread->GetEcmaVM(); in ResolvedOptions() local
Dbuiltins_list_format.cpp33 EcmaVM *ecmaVm = thread->GetEcmaVM(); in ListFormatConstructor() local
153 auto ecmaVm = thread->GetEcmaVM(); in ResolvedOptions() local
Dbuiltins_locale.cpp31 EcmaVM *ecmaVm = thread->GetEcmaVM(); in LocaleConstructor() local
105 EcmaVM *ecmaVm = thread->GetEcmaVM(); in Maximize() local
140 EcmaVM *ecmaVm = thread->GetEcmaVM(); in Minimize() local
353 EcmaVM *ecmaVm = thread->GetEcmaVM(); in GetRegion() local
Dbuiltins_relative_time_format.cpp26 EcmaVM *ecmaVm = thread->GetEcmaVM(); in RelativeTimeFormatConstructor() local
170 auto ecmaVm = thread->GetEcmaVM(); in ResolvedOptions() local
Dbuiltins_number_format.cpp35 EcmaVM *ecmaVm = thread->GetEcmaVM(); in NumberFormatConstructor() local
181 auto ecmaVm = thread->GetEcmaVM(); in ResolvedOptions() local
Dbuiltins_bigint.cpp112 EcmaVM *ecmaVm = thread->GetEcmaVM(); in ToLocaleString() local
143 EcmaVM *ecmaVm = thread->GetEcmaVM(); in ToLocaleString() local
Dbuiltins_date_time_format.cpp33 EcmaVM *ecmaVm = thread->GetEcmaVM(); in DateTimeFormatConstructor() local
237 auto ecmaVm = thread->GetEcmaVM(); in ResolvedOptions() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_root_visitor.cpp26 auto ecmaVm = GetVMInstance(thread); in VisitHeapRoots() local
/arkcompiler/ets_runtime/ecmascript/
Djs_plural_rules.cpp50 EcmaVM *ecmaVm = thread->GetEcmaVM(); in SetIcuNumberFormatter() local
89 EcmaVM *ecmaVm = thread->GetEcmaVM(); in SetIcuPluralRules() local
106 EcmaVM *ecmaVm = thread->GetEcmaVM(); in BuildLocaleSet() local
154 EcmaVM *ecmaVm = thread->GetEcmaVM(); in InitializePluralRules() local
306 EcmaVM *ecmaVm = thread->GetEcmaVM(); in ResolvedOptions() local
Djs_collator.cpp66 EcmaVM *ecmaVm = thread->GetEcmaVM(); in SetIcuCollator() local
87 EcmaVM *ecmaVm = thread->GetEcmaVM(); in InitializeCollator() local
416 auto ecmaVm = thread->GetEcmaVM(); in ResolvedOptions() local
/arkcompiler/toolchain/tooling/test/
Ddebugger_commands_test.cpp58 EcmaVM *ecmaVm {nullptr}; member in panda::test::DebuggerCommandsTest
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dscope_info_extractor.cpp27 EcmaVM *ecmaVm = thread->GetEcmaVM(); in GenerateScopeInfo() local
/arkcompiler/ets_runtime/ecmascript/debugger/tests/
Dhot_reload_manager_test.cpp58 EcmaVM *ecmaVm {nullptr}; member in panda::test::HotReloadManagerTest

1234