/arkcompiler/runtime_core/static_core/plugins/ets/tests/napi/etsnative/ |
H A D | etsnative_library_path_test.cpp | 69 inline EtsEnv *GetEnv() in GetEnv() function in ark::ets::test::EtsNativeLibraryPathTest 88 ASSERT_EQ(GetParam().expected, pandaVm->LoadNativeLibrary(GetEnv(), ConvertToString(GetParam().libraryFile))) in TEST_P()
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | js_native_pointer.cpp | 45 auto env = thread->GetEnv(); in DeleteExternalPointer()
|
H A D | frames.h | 874 inline JSTaggedValue GetEnv() const
in GetEnv() function 1125 JSTaggedValue GetEnv() const
in GetEnv() function
|
H A D | js_thread.cpp | 222 return frameHandler.GetEnv(); in GetCurrentLexenv()
|
H A D | js_thread.h | 1445 void *GetEnv() const in GetEnv() function in panda::ecmascript::JSThread
|
H A D | ecma_context.cpp | 154 deleteEntry(thread->GetEnv(), icuFormatter.icuObj, vm_); in ClearIcuCache()
|
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/ |
H A D | ets_napi_invoke_interface.cpp | 58 static ets_int GetEnv([[maybe_unused]] EtsVM *vm, EtsEnv **pEnv, [[maybe_unused]] ets_int version) in GetEnv() function 80 static const struct ETS_InvokeInterface S_INVOKE_INTERFACE = {DestroyEtsVM, GetEnv};
|
H A D | ets_napi.h | 500 ets_int (*GetEnv)(EtsVM *vm, EtsEnv **pEnv, ets_int version); member 513 ets_int GetEnv(EtsEnv **pEnv, ets_int version) in GetEnv() function 515 return invoke_interface->GetEnv(this, pEnv, version); in GetEnv()
|
/arkcompiler/ets_runtime/ecmascript/interpreter/ |
H A D | frame_handler.cpp | 280 JSTaggedValue FrameHandler::GetEnv() const in GetEnv() function in panda::ecmascript::FrameHandler 286 return frame->GetEnv(); in GetEnv()
|
H A D | frame_handler.h | 233 JSTaggedValue GetEnv() const;
|
H A D | interpreter-inl.cpp | 933 JSTaggedValue env = frameHandler.GetEnv(); in MethodEntry()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | share_opcodes.h | 57 V(GetEnv, GET_ENV, GateFlags::NO_WRITE, 0, 1, 1)
|
H A D | circuit.cpp | 532 auto gate = NewGate(GetEnv(), MachineType::I64, {depend, jsFunc}, GateType::AnyType()); in GetInitialEnvGate()
|
/arkcompiler/ets_runtime/ecmascript/serializer/ |
H A D | serialize_data.h | 370 JSSharedMemoryManager::RemoveSharedMemory(thread_->GetEnv(), reinterpret_cast<void *>(*iter), manager);
|
/arkcompiler/ets_runtime/ecmascript/debugger/ |
H A D | debugger_api.cpp | 164 JSTaggedValue DebuggerApi::GetEnv(const FrameHandler *frameHandler) in GetEnv() function in panda::ecmascript::tooling::DebuggerApi 166 return frameHandler->GetEnv(); in GetEnv() 332 JSTaggedValue env = frameHandler->GetEnv(); in GetProperties() 346 JSTaggedValue env = frameHandler->GetEnv(); in SetProperties() 360 JSTaggedValue curEnv = frameHandler->GetEnv(); in GetLevelSlot()
|
H A D | debugger_api.h | 92 static JSTaggedValue GetEnv(const FrameHandler *frameHandler);
|
/arkcompiler/ets_runtime/ecmascript/mem/ |
H A D | heap-inl.h | 1096 std::make_tuple(thread_->GetEnv(), object->GetExternalPointer(), object->GetData())), bindingSize); in ProcessNativeDelete() 1113 std::make_tuple(thread_->GetEnv(), object->GetExternalPointer(), object->GetData())); in ProcessNativeDelete() 1138 std::make_tuple(thread_->GetEnv(), object->GetExternalPointer(), object->GetData())), bindingSize); in ProcessReferences() 1159 std::make_tuple(thread_->GetEnv(), object->GetExternalPointer(), object->GetData())); in ProcessReferences()
|
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ |
H A D | ets_vm_plugin.cpp | 178 vm->GetEnv(&etsEnv, ETS_NAPI_VERSION_1_0); in RegisterTimerModule()
|
/arkcompiler/ets_runtime/ecmascript/napi/include/ |
H A D | jsnapi_expo.h | 1734 static void *GetEnv(EcmaVM *vm);
|
/arkcompiler/toolchain/tooling/agent/ |
H A D | debugger_impl.cpp | 1817 thread, DebuggerApi::GetEnv(frameHandler)); in GetClosureScopeChains()
|
/arkcompiler/ets_runtime/ecmascript/napi/ |
H A D | jsnapi_expo.cpp | 4240 void* JSNApi::GetEnv(EcmaVM *vm) in GetEnv() function in panda::JSNApi 4243 return thread->GetEnv(); in GetEnv()
|