Home
last modified time | relevance | path

Searched refs:GetEnv (Results 1 - 21 of 21) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/napi/etsnative/
H A Detsnative_library_path_test.cpp69 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 Djs_native_pointer.cpp45 auto env = thread->GetEnv(); in DeleteExternalPointer()
H A Dframes.h874 inline JSTaggedValue GetEnv() const in GetEnv() function
1125 JSTaggedValue GetEnv() const in GetEnv() function
H A Djs_thread.cpp222 return frameHandler.GetEnv(); in GetCurrentLexenv()
H A Djs_thread.h1445 void *GetEnv() const in GetEnv() function in panda::ecmascript::JSThread
H A Decma_context.cpp154 deleteEntry(thread->GetEnv(), icuFormatter.icuObj, vm_); in ClearIcuCache()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
H A Dets_napi_invoke_interface.cpp58 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 Dets_napi.h500 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 Dframe_handler.cpp280 JSTaggedValue FrameHandler::GetEnv() const in GetEnv() function in panda::ecmascript::FrameHandler
286 return frame->GetEnv(); in GetEnv()
H A Dframe_handler.h233 JSTaggedValue GetEnv() const;
H A Dinterpreter-inl.cpp933 JSTaggedValue env = frameHandler.GetEnv(); in MethodEntry()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dshare_opcodes.h57 V(GetEnv, GET_ENV, GateFlags::NO_WRITE, 0, 1, 1)
H A Dcircuit.cpp532 auto gate = NewGate(GetEnv(), MachineType::I64, {depend, jsFunc}, GateType::AnyType()); in GetInitialEnvGate()
/arkcompiler/ets_runtime/ecmascript/serializer/
H A Dserialize_data.h370 JSSharedMemoryManager::RemoveSharedMemory(thread_->GetEnv(), reinterpret_cast<void *>(*iter), manager);
/arkcompiler/ets_runtime/ecmascript/debugger/
H A Ddebugger_api.cpp164 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 Ddebugger_api.h92 static JSTaggedValue GetEnv(const FrameHandler *frameHandler);
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dheap-inl.h1096 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 Dets_vm_plugin.cpp178 vm->GetEnv(&etsEnv, ETS_NAPI_VERSION_1_0); in RegisterTimerModule()
/arkcompiler/ets_runtime/ecmascript/napi/include/
H A Djsnapi_expo.h1734 static void *GetEnv(EcmaVM *vm);
/arkcompiler/toolchain/tooling/agent/
H A Ddebugger_impl.cpp1817 thread, DebuggerApi::GetEnv(frameHandler)); in GetClosureScopeChains()
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp4240 void* JSNApi::GetEnv(EcmaVM *vm) in GetEnv() function in panda::JSNApi
4243 return thread->GetEnv(); in GetEnv()

Completed in 59 milliseconds