Home
last modified time | relevance | path

Searched defs:GetCurrentGlobalEnv (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jit/
Djit_profiler.h200 inline const JSHandle<GlobalEnv> GetCurrentGlobalEnv() in GetCurrentGlobalEnv() function
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.h123 inline GateRef GetCurrentGlobalEnv() in GetCurrentGlobalEnv() function
Dstub_builder.cpp13350 GateRef StubBuilder::GetCurrentGlobalEnv(GateRef glue, GateRef currentEnv) in GetCurrentGlobalEnv() function in panda::ecmascript::kungfu::StubBuilder
/arkcompiler/ets_runtime/ecmascript/
Djs_thread.cpp1530 JSTaggedValue JSThread::GetCurrentGlobalEnv(JSTaggedValue currentEnv) in GetCurrentGlobalEnv() function in panda::ecmascript::JSThread
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.cpp1338 Local<JSValueRef> DebuggerApi::GetCurrentGlobalEnv(const EcmaVM *ecmaVm, const FrameHandler *frameH… in GetCurrentGlobalEnv() function in panda::ecmascript::tooling::DebuggerApi
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp2231 JSHandle<GlobalEnv> PGOProfiler::GetCurrentGlobalEnv() const in GetCurrentGlobalEnv() function in panda::ecmascript::pgo::PGOProfiler