Searched defs:envHandle (Results 1 – 12 of 12) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/debugger/ |
| D | dropframe_manager.cpp | 72 …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
|
| D | js_debugger_manager.h | 196 void MethodEntry(JSHandle<Method> method, JSHandle<JSTaggedValue> envHandle) in MethodEntry()
|
| D | js_debugger.cpp | 339 void JSDebugger::MethodEntry(JSHandle<Method> method, JSHandle<JSTaggedValue> envHandle) in MethodEntry()
|
| /arkcompiler/ets_runtime/ecmascript/debugger/tests/ |
| D | js_debugger_test.cpp | 117 JSHandle<JSTaggedValue> envHandle; in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/dfx/tracing/ |
| D | tracing.cpp | 308 …Entry([[maybe_unused]] JSHandle<Method> method, [[maybe_unused]] JSHandle<JSTaggedValue> envHandle) in MethodEntry()
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | slow_runtime_stub.cpp | 959 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
|
| D | interpreter-inl.cpp | 5004 JSTaggedValue envHandle = state->env; in RunInternal() local 5030 JSTaggedValue envHandle = state->env; in RunInternal() local
|
| D | interpreter_assembly.cpp | 7030 JSTaggedValue envHandle = state->env; in HandleDefinefuncImm16Id16Imm8() local 7052 JSTaggedValue envHandle = state->env; in HandleDefinefuncImm8Id16Imm8() local
|
| /arkcompiler/toolchain/tooling/dynamic/agent/ |
| D | debugger_impl.cpp | 2223 JSMutableHandle<JSTaggedValue> envHandle = JSMutableHandle<JSTaggedValue>( in GetClosureScopeChains() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | interpreter_stub.cpp | 5168 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/ |
| D | baseline_stubs.cpp | 1528 GateRef envHandle = GetEnvFromFrame(glue, frame); in GenerateCircuit() local 1559 GateRef envHandle = GetEnvFromFrame(glue, frame); in GenerateCircuit() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs-inl.h | 2440 … uint16_t length, const JSHandle<JSTaggedValue> &envHandle, in RuntimeDefinefunc()
|