Searched defs:bcOffset (Results 1 – 12 of 12) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/debugger/ |
| D | js_debugger.cpp | 75 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()
|
| D | notification_manager.h | 68 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()
|
| D | js_debugger.h | 29 JSBreakpoint(const std::string &sourceFile, PtMethod *ptMethod, uint32_t bcOffset, in JSBreakpoint()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | pgo_bc_info.h | 38 uint32_t bcOffset; member 61 uint32_t bcOffset; member
|
| D | pgo_bc_info.cpp | 67 uint32_t bcOffset = bcIns.GetAddress() - method->GetBytecodeArray(); in Record() local
|
| D | async_function_lowering.cpp | 54 GateRef bcOffset = builder_.IntPtr(GeneratorContext::GENERATOR_BC_OFFSET_OFFSET); in ProcessJumpTable() local
|
| D | type_recorder.cpp | 155 …(const PGOBCInfo::Type type, const uint32_t bcIdx, const uint32_t bcOffset, const uint32_t cpIdx) { in CreateTypesForPGO()
|
| D | bytecode_info_collector.cpp | 202 … [this, &offsetTypeMap, defineMethodOffset](const int32_t bcOffset, const uint32_t typeOffset) { in IterateLiteral()
|
| /arkcompiler/toolchain/tooling/agent/ |
| D | debugger_impl.cpp | 1241 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/ |
| D | interpreter-inl.h | 856 auto bcOffset = frameHandler.GetBytecodeOffset(); in NotifyBytecodePcChanged() local 874 auto bcOffset = frameHandler.GetBytecodeOffset(); in NotifyDebuggerStmt() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs-inl.h | 2660 auto bcOffset = frameHandler.GetBytecodeOffset(); in RuntimeNotifyDebuggerStatement() local
|
| D | runtime_stubs.cpp | 1544 auto bcOffset = frameHandler.GetBytecodeOffset(); in DEF_RUNTIME_STUBS() local
|