Home
last modified time | relevance | path

Searched defs:bc_offset (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/runtime/include/
Druntime_notification.h46 [[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/
Ddebug_helpers.h30 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/
Dosr.cpp101 extern "C" void *PrepareOsrEntry(const Frame *iframe, uintptr_t bc_offset, const void *osr_code, vo… in PrepareOsrEntry()
/arkcompiler/runtime_core/runtime/interpreter/
Dframe.h192 ALWAYS_INLINE inline void SetBytecodeOffset(uint32_t bc_offset) in SetBytecodeOffset()
467 ALWAYS_INLINE inline void SetBytecodeOffset(uint32_t bc_offset) in SetBytecodeOffset()