| /arkcompiler/ets_runtime/ecmascript/debugger/ |
| D | debugger_api.cpp | 58 uint32_t DebuggerApi::GetStackDepth(const EcmaVM *ecmaVm) in GetStackDepth() 71 std::shared_ptr<FrameHandler> DebuggerApi::NewFrameHandler(const EcmaVM *ecmaVm) in NewFrameHandler() 76 bool DebuggerApi::StackWalker(const EcmaVM *ecmaVm, std::function<StackState(const FrameHandler *)>… in StackWalker() 95 uint32_t DebuggerApi::GetStackDepthOverBuiltin(const EcmaVM *ecmaVm) in GetStackDepthOverBuiltin() 114 uint32_t DebuggerApi::GetBytecodeOffset(const EcmaVM *ecmaVm) in GetBytecodeOffset() 119 std::unique_ptr<PtMethod> DebuggerApi::GetMethod(const EcmaVM *ecmaVm) in GetMethod() 143 bool DebuggerApi::IsNativeMethod(const EcmaVM *ecmaVm) in IsNativeMethod() 158 JSPandaFile *DebuggerApi::GetJSPandaFile(const EcmaVM *ecmaVm) in GetJSPandaFile() 209 Local<JSValueRef> DebuggerApi::GetVRegValue(const EcmaVM *ecmaVm, in GetVRegValue() 218 Local<JSValueRef> DebuggerApi::GetAndClearException(const EcmaVM *ecmaVm) in GetAndClearException() [all …]
|
| /arkcompiler/toolchain/tooling/backend/ |
| D | js_single_stepper.cpp | 75 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()
|
| D | js_single_stepper.h | 30 SingleStepper(const EcmaVM *ecmaVm, std::unique_ptr<PtMethod> ptMethod, in SingleStepper()
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_verification_test.cpp | 38 auto ecmaVm = thread->GetEcmaVM(); in HWTEST_F_L0() local 63 auto ecmaVm = thread->GetEcmaVM(); in HWTEST_F_L0() local 87 auto ecmaVm = thread->GetEcmaVM(); in HWTEST_F_L0() local
|
| D | mem_controller_test.cpp | 39 auto ecmaVm = thread->GetEcmaVM(); in HWTEST_F_L0() local 70 auto ecmaVm = thread->GetEcmaVM(); in HWTEST_F_L0() local 118 auto ecmaVm = thread->GetEcmaVM(); in HWTEST_F_L0() local 128 auto ecmaVm = thread->GetEcmaVM(); in HWTEST_F_L0() local 155 auto ecmaVm = thread->GetEcmaVM(); in HWTEST_F_L0() local
|
| D | huge_object_test.cpp | 52 auto ecmaVm = thread->GetEcmaVM(); in HWTEST_F_L0() local 62 auto ecmaVm = thread->GetEcmaVM(); in HWTEST_F_L0() local
|
| D | waiter_list_test.cpp | 28 EcmaVM *ecmaVm = thread->GetEcmaVM(); in CreateListNode() local
|
| D | throw_oom_error_test.cpp | 55 auto ecmaVm = thread->GetEcmaVM(); in HWTEST_F_L0() local
|
| /arkcompiler/toolchain/tooling/base/ |
| D | pt_types.cpp | 116 std::unique_ptr<RemoteObject> RemoteObject::FromTagged(const EcmaVM *ecmaVm, Local<JSValueRef> tagg… in FromTagged() 240 void RemoteObject::AppendingHashToDescription(const EcmaVM *ecmaVm, Local<JSValueRef> tagged, in AppendingHashToDescription() 261 std::string RemoteObject::ResolveClassNameToDescription(const EcmaVM *ecmaVm, Local<JSValueRef> tag… in ResolveClassNameToDescription() 271 PrimitiveRemoteObject::PrimitiveRemoteObject(const EcmaVM *ecmaVm, Local<JSValueRef> tagged) in PrimitiveRemoteObject() 303 StringRemoteObject::StringRemoteObject([[maybe_unused]] const EcmaVM *ecmaVm, Local<StringRef> tagg… in StringRemoteObject() 313 SymbolRemoteObject::SymbolRemoteObject(const EcmaVM *ecmaVm, Local<SymbolRef> tagged) in SymbolRemoteObject() 325 FunctionRemoteObject::FunctionRemoteObject(const EcmaVM *ecmaVm, Local<JSValueRef> tagged) in FunctionRemoteObject() 338 GeneratorFunctionRemoteObject::GeneratorFunctionRemoteObject(const EcmaVM *ecmaVm, Local<JSValueRef… in GeneratorFunctionRemoteObject() 351 ObjectRemoteObject::ObjectRemoteObject(const EcmaVM *ecmaVm, Local<JSValueRef> tagged, in ObjectRemoteObject() 365 ObjectRemoteObject::ObjectRemoteObject(const EcmaVM *ecmaVm, Local<JSValueRef> tagged, in ObjectRemoteObject() [all …]
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | test_runtime_stubs.cpp | 64 EcmaVM *ecmaVm = thread->GetEcmaVM(); in DEF_RUNTIME_STUBS() local 80 EcmaVM *ecmaVm = thread->GetEcmaVM(); in DEF_RUNTIME_STUBS() local 94 EcmaVM *ecmaVm = thread->GetEcmaVM(); in DEF_RUNTIME_STUBS() local
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
| D | heap_root_visitor.cpp | 25 auto ecmaVm = GetVMInstance(thread); in VisitHeapRoots() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_promise.cpp | 33 EcmaVM *ecmaVm = thread->GetEcmaVM(); in PromiseConstructor() local 97 EcmaVM *ecmaVm = thread->GetEcmaVM(); in All() local 164 EcmaVM *ecmaVm = thread->GetEcmaVM(); in Race() local 347 auto ecmaVm = thread->GetEcmaVM(); in Then() local 380 auto ecmaVm = thread->GetEcmaVM(); in PerformPromiseThen() local 441 auto ecmaVm = thread->GetEcmaVM(); in PerformPromiseAll() local 577 auto ecmaVm = thread->GetEcmaVM(); in PerformPromiseRace() local 652 auto ecmaVm = thread->GetEcmaVM(); in Any() local 708 auto ecmaVm = thread->GetEcmaVM(); in PerformPromiseAny() local 837 auto ecmaVm = thread->GetEcmaVM(); in AllSettled() local [all …]
|
| D | builtins_segmenter.cpp | 28 EcmaVM *ecmaVm = thread->GetEcmaVM(); in SegmenterConstructor() local 115 auto ecmaVm = thread->GetEcmaVM(); in ResolvedOptions() local
|
| D | builtins_plural_rules.cpp | 28 EcmaVM *ecmaVm = thread->GetEcmaVM(); in PluralRulesConstructor() local 118 auto ecmaVm = thread->GetEcmaVM(); in ResolvedOptions() local
|
| D | builtins_displaynames.cpp | 27 EcmaVM *ecmaVm = thread->GetEcmaVM(); in DisplayNamesConstructor() local 131 auto ecmaVm = thread->GetEcmaVM(); in ResolvedOptions() local
|
| D | builtins_list_format.cpp | 28 EcmaVM *ecmaVm = thread->GetEcmaVM(); in ListFormatConstructor() local 148 auto ecmaVm = thread->GetEcmaVM(); in ResolvedOptions() local
|
| D | builtins_locale.cpp | 29 EcmaVM *ecmaVm = thread->GetEcmaVM(); in LocaleConstructor() local 103 EcmaVM *ecmaVm = thread->GetEcmaVM(); in Maximize() local 138 EcmaVM *ecmaVm = thread->GetEcmaVM(); in Minimize() local 351 EcmaVM *ecmaVm = thread->GetEcmaVM(); in GetRegion() local
|
| D | builtins_number_format.cpp | 28 EcmaVM *ecmaVm = thread->GetEcmaVM(); in NumberFormatConstructor() local 176 auto ecmaVm = thread->GetEcmaVM(); in ResolvedOptions() local
|
| D | builtins_relative_time_format.cpp | 24 EcmaVM *ecmaVm = thread->GetEcmaVM(); in RelativeTimeFormatConstructor() local 168 auto ecmaVm = thread->GetEcmaVM(); in ResolvedOptions() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_segment_iterator.cpp | 29 EcmaVM *ecmaVm = thread->GetEcmaVM(); in SetIcuBreakIterator() local 46 EcmaVM *ecmaVm = thread->GetEcmaVM(); in SetUString() local
|
| D | js_plural_rules.cpp | 47 EcmaVM *ecmaVm = thread->GetEcmaVM(); in SetIcuNumberFormatter() local 86 EcmaVM *ecmaVm = thread->GetEcmaVM(); in SetIcuPluralRules() local 103 EcmaVM *ecmaVm = thread->GetEcmaVM(); in BuildLocaleSet() local 154 EcmaVM *ecmaVm = thread->GetEcmaVM(); in InitializePluralRules() local 306 EcmaVM *ecmaVm = thread->GetEcmaVM(); in ResolvedOptions() local
|
| D | js_segments.cpp | 29 EcmaVM *ecmaVm = thread->GetEcmaVM(); in SetIcuBreakIterator() local 46 EcmaVM *ecmaVm = thread->GetEcmaVM(); in SetUString() local 138 auto ecmaVm = thread->GetEcmaVM(); in CreateSegmentDataObject() local
|
| /arkcompiler/toolchain/tooling/test/ |
| D | debugger_commands_test.cpp | 58 EcmaVM *ecmaVm {nullptr}; member in panda::test::DebuggerCommandsTest
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | scope_info_extractor.cpp | 25 EcmaVM *ecmaVm = thread->GetEcmaVM(); in GenerateScopeInfo() local
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | error_helper.cpp | 130 auto ecmaVm = thread->GetEcmaVM(); in ErrorCommonConstructor() local 242 auto ecmaVm = thread->GetEcmaVM(); in BuildEcmaStackTrace() local
|