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 | 199 void MethodEntry(JSHandle<Method> method, JSHandle<JSTaggedValue> envHandle) in MethodEntry()
|
| D | js_debugger.cpp | 316 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 | 302 …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 | 4965 JSTaggedValue envHandle = state->env; in RunInternal() local 4988 JSTaggedValue envHandle = state->env; in RunInternal() local
|
| D | interpreter_assembly.cpp | 6973 JSTaggedValue envHandle = state->env; in HandleDefinefuncImm16Id16Imm8() local 6995 JSTaggedValue envHandle = state->env; in HandleDefinefuncImm8Id16Imm8() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | interpreter_stub.cpp | 4861 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/ |
| D | debugger_impl.cpp | 1961 JSMutableHandle<JSTaggedValue> envHandle = JSMutableHandle<JSTaggedValue>( in GetClosureScopeChains() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
| D | baseline_stubs.cpp | 1522 GateRef envHandle = GetEnvFromFrame(frame); in GenerateCircuit() local 1555 GateRef envHandle = GetEnvFromFrame(frame); in GenerateCircuit() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs-inl.h | 2298 … uint16_t length, const JSHandle<JSTaggedValue> &envHandle, in RuntimeDefinefunc()
|