| /arkcompiler/ets_runtime/ecmascript/debugger/ |
| D | debugger_api.cpp | 42 uint32_t DebuggerApi::GetStackDepth(const EcmaVM *ecmaVm) in GetStackDepth() 55 std::shared_ptr<FrameHandler> DebuggerApi::NewFrameHandler(const EcmaVM *ecmaVm) in NewFrameHandler() 60 bool DebuggerApi::StackWalker(const EcmaVM *ecmaVm, std::function<StackState(const FrameHandler *)>… in StackWalker() 79 uint32_t DebuggerApi::GetBytecodeOffset(const EcmaVM *ecmaVm) in GetBytecodeOffset() 84 std::unique_ptr<PtMethod> DebuggerApi::GetMethod(const EcmaVM *ecmaVm) in GetMethod() 108 bool DebuggerApi::IsNativeMethod(const EcmaVM *ecmaVm) in IsNativeMethod() 123 JSPandaFile *DebuggerApi::GetJSPandaFile(const EcmaVM *ecmaVm) in GetJSPandaFile() 159 Local<JSValueRef> DebuggerApi::GetVRegValue(const EcmaVM *ecmaVm, in GetVRegValue() 168 Local<JSValueRef> DebuggerApi::GetAndClearException(const EcmaVM *ecmaVm) in GetAndClearException() 176 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 | 32 SingleStepper(const EcmaVM *ecmaVm, std::unique_ptr<PtMethod> ptMethod, in SingleStepper()
|
| /arkcompiler/toolchain/tooling/base/ |
| D | pt_types.cpp | 111 std::unique_ptr<RemoteObject> RemoteObject::FromTagged(const EcmaVM *ecmaVm, Local<JSValueRef> tagg… in FromTagged() 187 PrimitiveRemoteObject::PrimitiveRemoteObject(const EcmaVM *ecmaVm, Local<JSValueRef> tagged) in PrimitiveRemoteObject() 214 StringRemoteObject::StringRemoteObject([[maybe_unused]] const EcmaVM *ecmaVm, Local<StringRef> tagg… in StringRemoteObject() 223 SymbolRemoteObject::SymbolRemoteObject(const EcmaVM *ecmaVm, Local<SymbolRef> tagged) in SymbolRemoteObject() 232 FunctionRemoteObject::FunctionRemoteObject(const EcmaVM *ecmaVm, Local<JSValueRef> tagged) in FunctionRemoteObject() 242 GeneratorFunctionRemoteObject::GeneratorFunctionRemoteObject(const EcmaVM *ecmaVm, Local<JSValueRef… in GeneratorFunctionRemoteObject() 252 ObjectRemoteObject::ObjectRemoteObject(const EcmaVM *ecmaVm, Local<JSValueRef> tagged, in ObjectRemoteObject() 263 ObjectRemoteObject::ObjectRemoteObject(const EcmaVM *ecmaVm, Local<JSValueRef> tagged, in ObjectRemoteObject() 275 std::string ObjectRemoteObject::DescriptionForObject(const EcmaVM *ecmaVm, Local<JSValueRef> tagged) in DescriptionForObject() 380 std::string ObjectRemoteObject::DescriptionForArray(const EcmaVM *ecmaVm, Local<ArrayRef> tagged) in DescriptionForArray() [all …]
|
| /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 | mem_controller_test.cpp | 63 auto ecmaVm = thread->GetEcmaVM(); in HWTEST_F_L0() local 94 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 | waiter_list_test.cpp | 52 EcmaVM *ecmaVm = thread->GetEcmaVM(); in CreateListNode() local
|
| D | throw_oom_error_test.cpp | 72 auto ecmaVm = thread->GetEcmaVM(); in HWTEST_F_L0() local
|
| /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 175 EcmaVM *ecmaVm = thread->GetEcmaVM(); in Race() local 356 auto ecmaVm = thread->GetEcmaVM(); in Then() local 389 auto ecmaVm = thread->GetEcmaVM(); in PerformPromiseThen() local 449 auto ecmaVm = thread->GetEcmaVM(); in PerformPromiseAll() local 583 auto ecmaVm = thread->GetEcmaVM(); in PerformPromiseRace() local 657 auto ecmaVm = thread->GetEcmaVM(); in Any() local 711 auto ecmaVm = thread->GetEcmaVM(); in PerformPromiseAny() local 839 auto ecmaVm = thread->GetEcmaVM(); in AllSettled() local [all …]
|
| D | builtins_plural_rules.cpp | 29 EcmaVM *ecmaVm = thread->GetEcmaVM(); in PluralRulesConstructor() local 116 auto ecmaVm = thread->GetEcmaVM(); in ResolvedOptions() local
|
| D | builtins_displaynames.cpp | 32 EcmaVM *ecmaVm = thread->GetEcmaVM(); in DisplayNamesConstructor() local 132 auto ecmaVm = thread->GetEcmaVM(); in ResolvedOptions() local
|
| D | builtins_list_format.cpp | 31 EcmaVM *ecmaVm = thread->GetEcmaVM(); in ListFormatConstructor() local 146 auto ecmaVm = thread->GetEcmaVM(); in ResolvedOptions() local
|
| D | builtins_locale.cpp | 29 EcmaVM *ecmaVm = thread->GetEcmaVM(); in LocaleConstructor() local 100 EcmaVM *ecmaVm = thread->GetEcmaVM(); in Maximize() local 134 EcmaVM *ecmaVm = thread->GetEcmaVM(); in Minimize() local 335 EcmaVM *ecmaVm = thread->GetEcmaVM(); in GetRegion() local
|
| D | builtins_relative_time_format.cpp | 23 EcmaVM *ecmaVm = thread->GetEcmaVM(); in RelativeTimeFormatConstructor() local 161 auto ecmaVm = thread->GetEcmaVM(); in ResolvedOptions() local
|
| D | builtins_number_format.cpp | 33 EcmaVM *ecmaVm = thread->GetEcmaVM(); in NumberFormatConstructor() local 171 auto ecmaVm = thread->GetEcmaVM(); in ResolvedOptions() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_plural_rules.cpp | 48 EcmaVM *ecmaVm = thread->GetEcmaVM(); in SetIcuNumberFormatter() local 87 EcmaVM *ecmaVm = thread->GetEcmaVM(); in SetIcuPluralRules() local 104 EcmaVM *ecmaVm = thread->GetEcmaVM(); in BuildLocaleSet() local 152 EcmaVM *ecmaVm = thread->GetEcmaVM(); in InitializePluralRules() local 300 EcmaVM *ecmaVm = thread->GetEcmaVM(); in ResolvedOptions() local
|
| D | js_collator.cpp | 51 EcmaVM *ecmaVm = thread->GetEcmaVM(); in SetIcuCollator() local 71 EcmaVM *ecmaVm = thread->GetEcmaVM(); in InitializeCollator() local 300 EcmaVM *ecmaVm = thread->GetEcmaVM(); in GetCachedIcuCollator() local 385 auto ecmaVm = thread->GetEcmaVM(); in ResolvedOptions() local
|
| /arkcompiler/toolchain/tooling/test/ |
| D | debugger_commands_test.cpp | 58 EcmaVM *ecmaVm {nullptr}; member in panda::test::DebuggerCommandsTest
|
| /arkcompiler/ets_runtime/ecmascript/stubs/tests/ |
| D | runtime_stubs_test.cpp | 56 EcmaVM *ecmaVm = nullptr; member in panda::test::RuntimeStubsTest 71 EcmaVM *ecmaVm = thread->GetEcmaVM(); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | typed_array_helper.cpp | 47 EcmaVM *ecmaVm = thread->GetEcmaVM(); in TypedArrayConstructor() local 91 EcmaVM *ecmaVm = thread->GetEcmaVM(); in CreateFromOrdinaryObject() local 350 JSHandle<JSObject> TypedArrayHelper::AllocateTypedArray(ObjectFactory *factory, EcmaVM *ecmaVm, in AllocateTypedArray() 388 JSHandle<JSObject> TypedArrayHelper::AllocateTypedArray(ObjectFactory *factory, EcmaVM *ecmaVm, in AllocateTypedArray() 413 JSHandle<JSObject> TypedArrayHelper::AllocateTypedArrayBuffer(JSThread *thread, EcmaVM *ecmaVm, in AllocateTypedArrayBuffer()
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | scope_info_extractor.cpp | 26 EcmaVM *ecmaVm = thread->GetEcmaVM(); in GenerateScopeInfo() local
|
| /arkcompiler/ets_runtime/ecmascript/debugger/tests/ |
| D | hot_reload_manager_test.cpp | 58 EcmaVM *ecmaVm {nullptr}; member in panda::test::HotReloadManagerTest
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | object_xray.h | 113 explicit ObjectXRay(EcmaVM *ecmaVm) : ecmaVm_(ecmaVm) {} in ObjectXRay()
|