Home
last modified time | relevance | path

Searched defs:envHandle (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/debugger/
Ddropframe_manager.cpp76 …eManager::MethodEntry(JSThread *thread, JSHandle<Method> method, JSHandle<JSTaggedValue> envHandle) in MethodEntry()
131 JSHandle<JSTaggedValue> envHandle; in DropLastFrame() local
180 …JSHandle<JSTaggedValue> envHandle = globalHandleCollection.NewHandle<JSTaggedValue>(env.GetRawData… in EmplaceLexModifyRecord() local
206 JSHandle<JSTaggedValue> envHandle = std::get<0>(item); in RemoveLexModifyRecordOfTopFrame() local
224 JSHandle<JSTaggedValue> envHandle; in MergeLexModifyRecordOfTopFrame() local
Djs_debugger_manager.h178 void MethodEntry(JSHandle<Method> method, JSHandle<JSTaggedValue> envHandle) in MethodEntry()
Djs_debugger.cpp246 void JSDebugger::MethodEntry(JSHandle<Method> method, JSHandle<JSTaggedValue> envHandle) in MethodEntry()
/arkcompiler/ets_runtime/ecmascript/dfx/tracing/
Dtracing.cpp304 …Entry([[maybe_unused]] JSHandle<Method> method, [[maybe_unused]] JSHandle<JSTaggedValue> envHandle) in MethodEntry()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp976 JSHandle<JSTaggedValue> envHandle(thread, env); in DefineFunc() local
1031 JSHandle<JSTaggedValue> envHandle(thread, env); in DefineMethod() local
1039 JSHandle<JSTaggedValue> envHandle(thread, env); in LdSendableClass() local
Dinterpreter-inl.h4916 JSTaggedValue envHandle = state->env; in RunInternal() local
4934 JSTaggedValue envHandle = state->env; in RunInternal() local
Dinterpreter_assembly.cpp6744 JSTaggedValue envHandle = state->env; in HandleDefinefuncImm16Id16Imm8() local
6766 JSTaggedValue envHandle = state->env; in HandleDefinefuncImm8Id16Imm8() local
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp1520 JSMutableHandle<JSTaggedValue> envHandle = JSMutableHandle<JSTaggedValue>( in GetClosureScopeChains() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub.cpp4371 GateRef envHandle = GetEnvFromFrame(frame); in DECLARE_ASM_HANDLER() local
4395 GateRef envHandle = GetEnvFromFrame(frame); in DECLARE_ASM_HANDLER() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h2096 … uint16_t length, const JSHandle<JSTaggedValue> &envHandle, in RuntimeDefinefunc()