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.h196 void MethodEntry(JSHandle<Method> method, JSHandle<JSTaggedValue> envHandle) in MethodEntry()
Djs_debugger.cpp339 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.cpp308 …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.cpp5004 JSTaggedValue envHandle = state->env; in RunInternal() local
5030 JSTaggedValue envHandle = state->env; in RunInternal() local
Dinterpreter_assembly.cpp7030 JSTaggedValue envHandle = state->env; in HandleDefinefuncImm16Id16Imm8() local
7052 JSTaggedValue envHandle = state->env; in HandleDefinefuncImm8Id16Imm8() local
/arkcompiler/toolchain/tooling/dynamic/agent/
Ddebugger_impl.cpp2223 JSMutableHandle<JSTaggedValue> envHandle = JSMutableHandle<JSTaggedValue>( in GetClosureScopeChains() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub.cpp5168 GateRef envHandle = GetEnvFromFrame(glue, frame); in DECLARE_ASM_HANDLER() local
5227 GateRef envHandle = GetEnvFromFrame(glue, frame); in DECLARE_ASM_HANDLER() local
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
Dbaseline_stubs.cpp1528 GateRef envHandle = GetEnvFromFrame(glue, frame); in GenerateCircuit() local
1559 GateRef envHandle = GetEnvFromFrame(glue, frame); in GenerateCircuit() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h2440 … uint16_t length, const JSHandle<JSTaggedValue> &envHandle, in RuntimeDefinefunc()