Searched defs:envHandle (Results 1 - 9 of 9) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/debugger/ |
| H A D | js_debugger.cpp | 317 void JSDebugger::MethodEntry(JSHandle<Method> method, JSHandle<JSTaggedValue> envHandle) in MethodEntry() argument
|
| H A D | dropframe_manager.cpp | 72 void DropframeManager::MethodEntry(JSThread *thread, JSHandle<Method> method, JSHandle<JSTaggedValue> envHandle) in MethodEntry() argument 155 JSHandle<JSTaggedValue> envHandle; in DropLastFrame() local 206 JSHandle<JSTaggedValue> envHandle = globalHandleCollection.NewHandle<JSTaggedValue>(env.GetRawData()); in EmplaceLexModifyRecord() local 99 AddLexPropertiesToRecord(JSThread *thread, BytecodeInstruction &bcIns, uint16_t &newEnvCount, std::set<std::pair<uint16_t, uint16_t>> &modifiedLexVarPos, JSHandle<JSTaggedValue> envHandle) AddLexPropertiesToRecord() argument 232 JSHandle<JSTaggedValue> envHandle = std::get<0>(item); RemoveLexModifyRecordOfTopFrame() local 255 JSHandle<JSTaggedValue> envHandle; MergeLexModifyRecordOfTopFrame() local [all...] |
| H A D | js_debugger_manager.h | 189 void MethodEntry(JSHandle<Method> method, JSHandle<JSTaggedValue> envHandle) in MethodEntry() argument
|
| /arkcompiler/ets_runtime/ecmascript/debugger/tests/ |
| H A D | js_debugger_test.cpp | 117 JSHandle<JSTaggedValue> envHandle; in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/dfx/tracing/ |
| H A D | tracing.cpp | 302 void Tracing::MethodEntry([[maybe_unused]] JSHandle<Method> method, [[maybe_unused]] JSHandle<JSTaggedValue> envHandle) in MethodEntry() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
| H A D | baseline_stubs.cpp | 1518 GateRef envHandle = GetEnvFromFrame(frame); in GenerateCircuit() local 1548 GateRef envHandle = GetEnvFromFrame(frame); in GenerateCircuit() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | interpreter_stub.cpp | 4849 GateRef envHandle = GetEnvFromFrame(frame);
in DECLARE_ASM_HANDLER() local 4902 GateRef envHandle = GetEnvFromFrame(frame);
in DECLARE_ASM_HANDLER() local 5488 GateRef envHandle = GetEnvFromFrame(frame);
in DECLARE_ASM_HANDLER() local 5517 GateRef envHandle = GetEnvFromFrame(frame);
in DECLARE_ASM_HANDLER() local
|
| /arkcompiler/toolchain/tooling/agent/ |
| H A D | debugger_impl.cpp | 1816 JSMutableHandle<JSTaggedValue> envHandle = JSMutableHandle<JSTaggedValue>( in GetClosureScopeChains() local
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| H A D | interpreter-inl.cpp | 4974 JSTaggedValue envHandle = state->env; in RunInternal() local 4997 JSTaggedValue envHandle = state->env; in RunInternal() local
|
Completed in 43 milliseconds