Searched defs:bc_offset (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/runtime_core/runtime/include/ |
| D | runtime_notification.h | 46 [[maybe_unused]] uint32_t bc_offset) in BytecodePcChanged() 54 … [[maybe_unused]] ObjectHeader *exception_object, [[maybe_unused]] uint32_t bc_offset) in ExceptionThrow() 59 … [[maybe_unused]] ObjectHeader *exception_object, [[maybe_unused]] uint32_t bc_offset) in ExceptionCatch() 88 [[maybe_unused]] uint32_t bc_offset) in ExceptionCatch() 237 void BytecodePcChangedEvent(ManagedThread *thread, Method *method, uint32_t bc_offset) in BytecodePcChangedEvent() 272 …rowEvent(ManagedThread *thread, Method *method, ObjectHeader *exception_object, uint32_t bc_offset) in ExceptionThrowEvent() 283 …tchEvent(ManagedThread *thread, Method *method, ObjectHeader *exception_object, uint32_t bc_offset) in ExceptionCatchEvent()
|
| /arkcompiler/runtime_core/libpandafile/ |
| D | debug_helpers.h | 30 BytecodeOffsetResolver(panda_file::LineProgramState *state, uint32_t bc_offset) in BytecodeOffsetResolver() 140 inline size_t GetLineNumber(panda::panda_file::MethodDataAccessor mda, uint32_t bc_offset, in GetLineNumber()
|
| /arkcompiler/runtime_core/runtime/ |
| D | osr.cpp | 101 extern "C" void *PrepareOsrEntry(const Frame *iframe, uintptr_t bc_offset, const void *osr_code, vo… in PrepareOsrEntry()
|
| /arkcompiler/runtime_core/runtime/interpreter/ |
| D | frame.h | 192 ALWAYS_INLINE inline void SetBytecodeOffset(uint32_t bc_offset) in SetBytecodeOffset() 467 ALWAYS_INLINE inline void SetBytecodeOffset(uint32_t bc_offset) in SetBytecodeOffset()
|