Searched defs:envHandle (Results 1 – 10 of 10) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/debugger/ |
| D | dropframe_manager.cpp | 76 …eManager::MethodEntry(JSThread *thread, JSHandle<Method> method, JSHandle<JSTaggedValue> envHandle) in MethodEntry() 131 JSHandle<JSTaggedValue> envHandle; in DropLastFrame() local 180 …JSHandle<JSTaggedValue> envHandle = globalHandleCollection.NewHandle<JSTaggedValue>(env.GetRawData… in EmplaceLexModifyRecord() local 206 JSHandle<JSTaggedValue> envHandle = std::get<0>(item); in RemoveLexModifyRecordOfTopFrame() local 224 JSHandle<JSTaggedValue> envHandle; in MergeLexModifyRecordOfTopFrame() local
|
| D | js_debugger_manager.h | 178 void MethodEntry(JSHandle<Method> method, JSHandle<JSTaggedValue> envHandle) in MethodEntry()
|
| D | js_debugger.cpp | 246 void JSDebugger::MethodEntry(JSHandle<Method> method, JSHandle<JSTaggedValue> envHandle) in MethodEntry()
|
| /arkcompiler/ets_runtime/ecmascript/dfx/tracing/ |
| D | tracing.cpp | 304 …Entry([[maybe_unused]] JSHandle<Method> method, [[maybe_unused]] JSHandle<JSTaggedValue> envHandle) in MethodEntry()
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | slow_runtime_stub.cpp | 976 JSHandle<JSTaggedValue> envHandle(thread, env); in DefineFunc() local 1031 JSHandle<JSTaggedValue> envHandle(thread, env); in DefineMethod() local 1039 JSHandle<JSTaggedValue> envHandle(thread, env); in LdSendableClass() local
|
| D | interpreter-inl.h | 4916 JSTaggedValue envHandle = state->env; in RunInternal() local 4934 JSTaggedValue envHandle = state->env; in RunInternal() local
|
| D | interpreter_assembly.cpp | 6744 JSTaggedValue envHandle = state->env; in HandleDefinefuncImm16Id16Imm8() local 6766 JSTaggedValue envHandle = state->env; in HandleDefinefuncImm8Id16Imm8() local
|
| /arkcompiler/toolchain/tooling/agent/ |
| D | debugger_impl.cpp | 1520 JSMutableHandle<JSTaggedValue> envHandle = JSMutableHandle<JSTaggedValue>( in GetClosureScopeChains() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | interpreter_stub.cpp | 4371 GateRef envHandle = GetEnvFromFrame(frame); in DECLARE_ASM_HANDLER() local 4395 GateRef envHandle = GetEnvFromFrame(frame); in DECLARE_ASM_HANDLER() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs-inl.h | 2096 … uint16_t length, const JSHandle<JSTaggedValue> &envHandle, in RuntimeDefinefunc()
|