Home
last modified time | relevance | path

Searched defs:bcOffset (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/debugger/
Djs_debugger.cpp75 void JSDebugger::BytecodePcChanged(JSThread *thread, JSHandle<Method> method, uint32_t bcOffset) in BytecodePcChanged()
86 bool JSDebugger::HandleBreakpoint(JSHandle<Method> method, uint32_t bcOffset) in HandleBreakpoint()
119 bool JSDebugger::HandleDebuggerStmt(JSHandle<Method> method, uint32_t bcOffset) in HandleDebuggerStmt()
131 …gger::HandleExceptionThrowEvent(const JSThread *thread, JSHandle<Method> method, uint32_t bcOffset) in HandleExceptionThrowEvent()
142 bool JSDebugger::HandleStep(JSHandle<Method> method, uint32_t bcOffset) in HandleStep()
165 bool JSDebugger::RemoveBreakpoint(const std::unique_ptr<PtMethod> &ptMethod, uint32_t bcOffset) in RemoveBreakpoint()
Dnotification_manager.h68 void BytecodePcChangedEvent(JSThread *thread, Method *method, uint32_t bcOffset) const in BytecodePcChangedEvent()
77 void DebuggerStmtEvent(JSThread *thread, Method *method, uint32_t bcOffset) const in DebuggerStmtEvent()
Djs_debugger.h29 JSBreakpoint(const std::string &sourceFile, PtMethod *ptMethod, uint32_t bcOffset, in JSBreakpoint()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dpgo_bc_info.h38 uint32_t bcOffset; member
61 uint32_t bcOffset; member
Dpgo_bc_info.cpp67 uint32_t bcOffset = bcIns.GetAddress() - method->GetBytecodeArray(); in Record() local
Dasync_function_lowering.cpp54 GateRef bcOffset = builder_.IntPtr(GeneratorContext::GENERATOR_BC_OFFSET_OFFSET); in ProcessJumpTable() local
Dtype_recorder.cpp155 …(const PGOBCInfo::Type type, const uint32_t bcIdx, const uint32_t bcOffset, const uint32_t cpIdx) { in CreateTypesForPGO()
Dbytecode_info_collector.cpp202 … [this, &offsetTypeMap, defineMethodOffset](const int32_t bcOffset, const uint32_t typeOffset) { in IterateLiteral()
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp1241 uint32_t bcOffset = DebuggerApi::GetBytecodeOffset(frameHandler); in GetLocalVariables() local
1274 … DebuggerImpl::IsWithinVariableScope(const LocalVariableInfo &localVariableInfo, uint32_t bcOffset) in IsWithinVariableScope()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.h856 auto bcOffset = frameHandler.GetBytecodeOffset(); in NotifyBytecodePcChanged() local
874 auto bcOffset = frameHandler.GetBytecodeOffset(); in NotifyDebuggerStmt() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h2660 auto bcOffset = frameHandler.GetBytecodeOffset(); in RuntimeNotifyDebuggerStatement() local
Druntime_stubs.cpp1544 auto bcOffset = frameHandler.GetBytecodeOffset(); in DEF_RUNTIME_STUBS() local