Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/debugger/
Ddropframe_manager.cpp72 …eManager::MethodEntry(JSThread *thread, JSHandle<Method> method, JSHandle<JSTaggedValue> envHandle) in MethodEntry()
100 std::set<std::pair<uint16_t, uint16_t>> &modifiedLexVarPos, JSHandle<JSTaggedValue> envHandle) in AddLexPropertiesToRecord()
155 JSHandle<JSTaggedValue> envHandle; in DropLastFrame() local
206 …JSHandle<JSTaggedValue> envHandle = globalHandleCollection.NewHandle<JSTaggedValue>(env.GetRawData… in EmplaceLexModifyRecord() local
232 JSHandle<JSTaggedValue> envHandle = std::get<0>(item); in RemoveLexModifyRecordOfTopFrame() local
255 JSHandle<JSTaggedValue> envHandle; in MergeLexModifyRecordOfTopFrame() local
Djs_debugger_manager.h189 void MethodEntry(JSHandle<Method> method, JSHandle<JSTaggedValue> envHandle) in MethodEntry()
Djs_debugger.cpp317 void JSDebugger::MethodEntry(JSHandle<Method> method, JSHandle<JSTaggedValue> envHandle) in MethodEntry()
/arkcompiler/ets_runtime/ecmascript/dfx/tracing/
Dtracing.cpp302 …Entry([[maybe_unused]] JSHandle<Method> method, [[maybe_unused]] JSHandle<JSTaggedValue> envHandle) in MethodEntry()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp959 JSHandle<JSTaggedValue> envHandle(thread, env); in DefineFunc() local
1014 JSHandle<JSTaggedValue> envHandle(thread, env); in DefineMethod() local
1023 JSHandle<JSTaggedValue> envHandle(thread, env); in LdSendableClass() local
Dinterpreter-inl.cpp4943 JSTaggedValue envHandle = state->env; in RunInternal() local
4966 JSTaggedValue envHandle = state->env; in RunInternal() local
Dinterpreter_assembly.cpp6954 JSTaggedValue envHandle = state->env; in HandleDefinefuncImm16Id16Imm8() local
6976 JSTaggedValue envHandle = state->env; in HandleDefinefuncImm8Id16Imm8() local
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp1816 JSMutableHandle<JSTaggedValue> envHandle = JSMutableHandle<JSTaggedValue>( in GetClosureScopeChains() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub.cpp4889 GateRef envHandle = GetEnvFromFrame(frame); in DECLARE_ASM_HANDLER() local
4942 GateRef envHandle = GetEnvFromFrame(frame); in DECLARE_ASM_HANDLER() local
5528 GateRef envHandle = GetEnvFromFrame(frame); in DECLARE_ASM_HANDLER() local
5557 GateRef envHandle = GetEnvFromFrame(frame); in DECLARE_ASM_HANDLER() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h2271 … uint16_t length, const JSHandle<JSTaggedValue> &envHandle, in RuntimeDefinefunc()
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
Dbaseline_stubs.cpp1518 GateRef envHandle = GetEnvFromFrame(frame); in GenerateCircuit() local
1548 GateRef envHandle = GetEnvFromFrame(frame); in GenerateCircuit() local