Home
last modified time | relevance | path

Searched defs:envHandle (Results 1 – 12 of 12) 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.h199 void MethodEntry(JSHandle<Method> method, JSHandle<JSTaggedValue> envHandle) in MethodEntry()
Djs_debugger.cpp316 void JSDebugger::MethodEntry(JSHandle<Method> method, JSHandle<JSTaggedValue> envHandle) in MethodEntry()
/arkcompiler/ets_runtime/ecmascript/debugger/tests/
Djs_debugger_test.cpp117 JSHandle<JSTaggedValue> envHandle; in HWTEST_F_L0() local
/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
1022 JSHandle<JSTaggedValue> envHandle(thread, env); in DefineMethod() local
1031 JSHandle<JSTaggedValue> envHandle(thread, env); in LdSendableClass() local
Dinterpreter-inl.cpp4965 JSTaggedValue envHandle = state->env; in RunInternal() local
4988 JSTaggedValue envHandle = state->env; in RunInternal() local
Dinterpreter_assembly.cpp6973 JSTaggedValue envHandle = state->env; in HandleDefinefuncImm16Id16Imm8() local
6995 JSTaggedValue envHandle = state->env; in HandleDefinefuncImm8Id16Imm8() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub.cpp4861 GateRef envHandle = GetEnvFromFrame(frame); in DECLARE_ASM_HANDLER() local
4914 GateRef envHandle = GetEnvFromFrame(frame); in DECLARE_ASM_HANDLER() local
5508 GateRef envHandle = GetEnvFromFrame(frame); in DECLARE_ASM_HANDLER() local
5537 GateRef envHandle = GetEnvFromFrame(frame); in DECLARE_ASM_HANDLER() local
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp1961 JSMutableHandle<JSTaggedValue> envHandle = JSMutableHandle<JSTaggedValue>( in GetClosureScopeChains() local
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
Dbaseline_stubs.cpp1522 GateRef envHandle = GetEnvFromFrame(frame); in GenerateCircuit() local
1555 GateRef envHandle = GetEnvFromFrame(frame); in GenerateCircuit() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h2298 … uint16_t length, const JSHandle<JSTaggedValue> &envHandle, in RuntimeDefinefunc()