| /arkcompiler/ets_runtime/ecmascript/debugger/ |
| D | debugger_api.cpp | 73 uint32_t DebuggerApi::GetStackDepth(const EcmaVM *ecmaVm) in GetStackDepth() 86 std::shared_ptr<FrameHandler> DebuggerApi::NewFrameHandler(const EcmaVM *ecmaVm) in NewFrameHandler() 91 bool DebuggerApi::StackWalker(const EcmaVM *ecmaVm, std::function<StackState(const FrameHandler *)>… in StackWalker() 110 uint32_t DebuggerApi::GetBytecodeOffset(const EcmaVM *ecmaVm) in GetBytecodeOffset() 115 std::unique_ptr<PtMethod> DebuggerApi::GetMethod(const EcmaVM *ecmaVm) in GetMethod() 139 bool DebuggerApi::IsNativeMethod(const EcmaVM *ecmaVm) in IsNativeMethod() 154 JSPandaFile *DebuggerApi::GetJSPandaFile(const EcmaVM *ecmaVm) in GetJSPandaFile() 191 Local<JSValueRef> DebuggerApi::GetVRegValue(const EcmaVM *ecmaVm, in GetVRegValue() 200 Local<JSValueRef> DebuggerApi::GetAndClearException(const EcmaVM *ecmaVm) in GetAndClearException() 208 void DebuggerApi::SetException(const EcmaVM *ecmaVm, Local<JSValueRef> exception) in SetException() [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/dfx/hprof/ |
| D | heap_root_visitor.cpp | 26 auto ecmaVm = GetVMInstance(thread); in VisitHeapRoots() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | test_runtime_stubs.cpp | 63 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/ets_runtime/ecmascript/tests/ |
| D | js_verification_test.cpp | 62 auto ecmaVm = thread->GetEcmaVM(); in HWTEST_F_L0() local 87 auto ecmaVm = thread->GetEcmaVM(); in HWTEST_F_L0() local
|
| D | huge_object_test.cpp | 85 auto ecmaVm = thread->GetEcmaVM(); in HWTEST_F_L0() local 95 auto ecmaVm = thread->GetEcmaVM(); in HWTEST_F_L0() local
|
| D | mem_controller_test.cpp | 63 auto ecmaVm = thread->GetEcmaVM(); in HWTEST_F_L0() local 94 auto ecmaVm = thread->GetEcmaVM(); in HWTEST_F_L0() local
|
| /arkcompiler/toolchain/tooling/base/ |
| D | pt_types.cpp | 113 std::unique_ptr<RemoteObject> RemoteObject::FromTagged(const EcmaVM *ecmaVm, Local<JSValueRef> tagg… in FromTagged() 234 PrimitiveRemoteObject::PrimitiveRemoteObject(const EcmaVM *ecmaVm, Local<JSValueRef> tagged) in PrimitiveRemoteObject() 261 StringRemoteObject::StringRemoteObject([[maybe_unused]] const EcmaVM *ecmaVm, Local<StringRef> tagg… in StringRemoteObject() 270 SymbolRemoteObject::SymbolRemoteObject(const EcmaVM *ecmaVm, Local<SymbolRef> tagged) in SymbolRemoteObject() 279 FunctionRemoteObject::FunctionRemoteObject(const EcmaVM *ecmaVm, Local<JSValueRef> tagged) in FunctionRemoteObject() 289 GeneratorFunctionRemoteObject::GeneratorFunctionRemoteObject(const EcmaVM *ecmaVm, Local<JSValueRef… in GeneratorFunctionRemoteObject() 299 ObjectRemoteObject::ObjectRemoteObject(const EcmaVM *ecmaVm, Local<JSValueRef> tagged, in ObjectRemoteObject() 310 ObjectRemoteObject::ObjectRemoteObject(const EcmaVM *ecmaVm, Local<JSValueRef> tagged, in ObjectRemoteObject() 322 std::string ObjectRemoteObject::DescriptionForObject(const EcmaVM *ecmaVm, Local<JSValueRef> tagged) in DescriptionForObject() 472 std::string ObjectRemoteObject::DescriptionForArray(const EcmaVM *ecmaVm, Local<ArrayRef> tagged) in DescriptionForArray() [all …]
|
| /arkcompiler/toolchain/tooling/test/ |
| D | debugger_commands_test.cpp | 58 EcmaVM *ecmaVm {nullptr}; member in panda::test::DebuggerCommandsTest
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_promise.cpp | 45 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 …]
|
| D | builtins_plural_rules.cpp | 31 EcmaVM *ecmaVm = thread->GetEcmaVM(); in PluralRulesConstructor() local 121 auto ecmaVm = thread->GetEcmaVM(); in ResolvedOptions() local
|
| D | builtins_displaynames.cpp | 34 EcmaVM *ecmaVm = thread->GetEcmaVM(); in DisplayNamesConstructor() local 138 auto ecmaVm = thread->GetEcmaVM(); in ResolvedOptions() local
|
| D | builtins_list_format.cpp | 33 EcmaVM *ecmaVm = thread->GetEcmaVM(); in ListFormatConstructor() local 153 auto ecmaVm = thread->GetEcmaVM(); in ResolvedOptions() local
|
| D | builtins_locale.cpp | 31 EcmaVM *ecmaVm = thread->GetEcmaVM(); in LocaleConstructor() local 105 EcmaVM *ecmaVm = thread->GetEcmaVM(); in Maximize() local 140 EcmaVM *ecmaVm = thread->GetEcmaVM(); in Minimize() local 352 EcmaVM *ecmaVm = thread->GetEcmaVM(); in GetRegion() local
|
| D | builtins_relative_time_format.cpp | 26 EcmaVM *ecmaVm = thread->GetEcmaVM(); in RelativeTimeFormatConstructor() local 170 auto ecmaVm = thread->GetEcmaVM(); in ResolvedOptions() local
|
| D | builtins_number_format.cpp | 35 EcmaVM *ecmaVm = thread->GetEcmaVM(); in NumberFormatConstructor() local 181 auto ecmaVm = thread->GetEcmaVM(); in ResolvedOptions() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_plural_rules.cpp | 49 EcmaVM *ecmaVm = thread->GetEcmaVM(); in SetIcuNumberFormatter() local 88 EcmaVM *ecmaVm = thread->GetEcmaVM(); in SetIcuPluralRules() local 105 EcmaVM *ecmaVm = thread->GetEcmaVM(); in BuildLocaleSet() local 153 EcmaVM *ecmaVm = thread->GetEcmaVM(); in InitializePluralRules() local 304 EcmaVM *ecmaVm = thread->GetEcmaVM(); in ResolvedOptions() local
|
| /arkcompiler/toolchain/test/fuzztest/agent/heapprofiler/heapprofileraddinspectedheapobject_fuzzer/ |
| D | heapprofileraddinspectedheapobject_fuzzer.cpp | 45 EcmaVMS *ecmaVm {nullptr}; in HeapprofilerAddInspectedHeapObjectFuzzTest() local
|
| /arkcompiler/toolchain/test/fuzztest/agent/heapprofiler/heapprofilerenable_fuzzer/ |
| D | heapprofilerenable_fuzzer.cpp | 45 EcmaVMS *ecmaVm {nullptr}; in HeapprofilerEnableFuzzTest() local
|
| /arkcompiler/toolchain/test/fuzztest/agent/heapprofiler/heapprofilergetheapobjectid_fuzzer/ |
| D | heapprofilergetheapobjectid_fuzzer.cpp | 45 EcmaVMS *ecmaVm {nullptr}; in HeapprofilerGetheapObjectIdFuzzTest() local
|
| /arkcompiler/toolchain/test/fuzztest/agent/heapprofiler/heapprofilerdispatch_fuzzer/ |
| D | heapprofilerdispatch_fuzzer.cpp | 45 EcmaVMS *ecmaVm {nullptr}; in HeapprofilerDispatchFuzzTest() local
|
| /arkcompiler/toolchain/test/fuzztest/agent/heapprofiler/heapprofilergetobjectbyheapobjectid_fuzzer/ |
| D | heapprofilergetobjectbyheapobjectid_fuzzer.cpp | 45 EcmaVMS *ecmaVm {nullptr}; in HeapprofilerGetObjectByHeapObjectIdFuzzTest() local
|
| /arkcompiler/toolchain/test/fuzztest/agent/heapprofiler/heapprofilerdisable_fuzzer/ |
| D | heapprofilerdisable_fuzzer.cpp | 45 EcmaVMS *ecmaVm {nullptr}; in HeapprofilerDisableFuzzTest() local
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | scope_info_extractor.cpp | 26 EcmaVM *ecmaVm = thread->GetEcmaVM(); in GenerateScopeInfo() local
|