Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/debugger/
Djs_debugger.cpp76 void JSDebugger::BytecodePcChanged(JSThread *thread, JSHandle<Method> method, uint32_t bcOffset) in BytecodePcChanged()
103 bool JSDebugger::HandleBreakpoint(JSHandle<Method> method, uint32_t bcOffset) in HandleBreakpoint()
119 bool JSDebugger::HandleDebuggerStmt(JSHandle<Method> method, uint32_t bcOffset) in HandleDebuggerStmt()
141 …gger::HandleExceptionThrowEvent(const JSThread *thread, JSHandle<Method> method, uint32_t bcOffset) in HandleExceptionThrowEvent()
152 bool JSDebugger::HandleStep(JSHandle<Method> method, uint32_t bcOffset) in HandleStep()
175 bool JSDebugger::RemoveBreakpoint(const std::unique_ptr<PtMethod> &ptMethod, uint32_t bcOffset) in RemoveBreakpoint()
Dnotification_manager.h76 void BytecodePcChangedEvent(JSThread *thread, Method *method, uint32_t bcOffset) const in BytecodePcChangedEvent()
85 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/runtime_core/static_core/libpandafile/
Ddebug_helpers.h30 BytecodeOffsetResolver(panda_file::LineProgramState *state, uint32_t bcOffset) in BytecodeOffsetResolver()
140 inline size_t GetLineNumber(panda::panda_file::MethodDataAccessor mda, uint32_t bcOffset, in GetLineNumber()
/arkcompiler/runtime_core/static_core/runtime/tests/
Dinterpreter_test_switch.cpp95 uint32_t bcOffset; in TEST_F() member
98 void BytecodePcChanged(ManagedThread *thread, Method *method, uint32_t bcOffset) override in TEST_F()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp531 auto bcOffset = bcIns.GetAddress() - pcStart; in ProfileBytecode() local
728 …ler::DumpICByName(ApEntityId abcId, const CString &recordName, EntityId methodId, int32_t bcOffset, in DumpICByName()
751 …er::DumpICByValue(ApEntityId abcId, const CString &recordName, EntityId methodId, int32_t bcOffset, in DumpICByValue()
784 …const CString &recordName, EntityId methodId, int32_t bcOffset, JSTaggedValue cacheValue, BCType t… in DumpICByNameWithPoly()
808 …const CString &recordName, EntityId methodId, int32_t bcOffset, JSTaggedValue cacheValue, BCType t… in DumpICByValueWithPoly()
832int32_t bcOffset, JSHClass *hclass, JSTaggedValue secondValue, BCType type) in DumpICByNameWithHandler()
917int32_t bcOffset, JSHClass *hclass, JSTaggedValue secondValue, BCType type) in DumpICByValueWithHandler()
1023 …filer::DumpOpType(ApEntityId abcId, const CString &recordName, EntityId methodId, int32_t bcOffset, in DumpOpType()
1042 …::DumpDefineClass(ApEntityId abcId, const CString &recordName, EntityId methodId, int32_t bcOffset, in DumpDefineClass()
1101 …:DumpCreateObject(ApEntityId abcId, const CString &recordName, EntityId methodId, int32_t bcOffset, in DumpCreateObject()
[all …]
/arkcompiler/runtime_core/static_core/runtime/include/
Druntime_notification.h50 [[maybe_unused]] uint32_t bcOffset) in BytecodePcChanged()
58 … [[maybe_unused]] ObjectHeader *exceptionObject, [[maybe_unused]] uint32_t bcOffset) in ExceptionThrow()
63 … [[maybe_unused]] ObjectHeader *exceptionObject, [[maybe_unused]] uint32_t bcOffset) in ExceptionCatch()
98 [[maybe_unused]] uint32_t bcOffset) in ExceptionCatch()
249 void BytecodePcChangedEvent(ManagedThread *thread, Method *method, uint32_t bcOffset) in BytecodePcChangedEvent()
284 …ThrowEvent(ManagedThread *thread, Method *method, ObjectHeader *exceptionObject, uint32_t bcOffset) in ExceptionThrowEvent()
297 …CatchEvent(ManagedThread *thread, Method *method, ObjectHeader *exceptionObject, uint32_t bcOffset) in ExceptionCatchEvent()
/arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/
Dpgo_type_recorder.h41 inline PGODefineOpType GetPGODefOpType(int32_t bcOffset) const in GetPGODefOpType()
Dpgo_type_parser.cpp33 const uint32_t bcIdx, const uint32_t bcOffset, const uint32_t) { in Parse()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dpgo_bc_info.h42 uint32_t bcOffset; member
77 uint32_t bcOffset; member
Dpgo_bc_info.cpp67 uint32_t bcOffset = bcIns.GetAddress() - method->GetBytecodeArray(); in Record() local
Dtype_recorder.cpp160 …(const PGOBCInfo::Type type, const uint32_t bcIdx, const uint32_t bcOffset, const uint32_t cpIdx) { in CreateTypesForPGO()
217 (const PGOBCInfo::Type, const uint32_t bcIdx, const uint32_t bcOffset, const uint32_t) { in BindPgoTypeToGateType()
Daot_compiler_preprocessor.cpp224 … [[maybe_unused]] const uint32_t bcOffset, const uint32_t cpIdx) { in GenerateGlobalTypes()
Dasync_function_lowering.cpp55 GateRef bcOffset = builder_.IntPtr(GeneratorContext::GENERATOR_BC_OFFSET_OFFSET); in ProcessJumpTable() local
Dbytecode_info_collector.cpp276 … [this, &offsetTypeMap, defineMethodOffset](const int32_t bcOffset, const uint32_t typeOffset) { in IterateLiteral()
/arkcompiler/ets_runtime/ecmascript/dfx/tracing/
Dtracing.cpp280 [[maybe_unused]] uint32_t bcOffset) in BytecodePcChanged()
284 …g::HandleDebuggerStmt([[maybe_unused]] JSHandle<Method> method, [[maybe_unused]] uint32_t bcOffset) in HandleDebuggerStmt()
/arkcompiler/runtime_core/static_core/runtime/
Dosr.cpp113 extern "C" void *PrepareOsrEntry(const Frame *iframe, uintptr_t bcOffset, const void *osrCode, void… in PrepareOsrEntry()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_method.h255 int32_t GetLineNumFromBytecodeOffset(uint32_t bcOffset) const in GetLineNumFromBytecodeOffset()
/arkcompiler/runtime_core/static_core/runtime/tooling/
Ddebugger.cpp528 void Debugger::BytecodePcChanged(ManagedThread *thread, Method *method, uint32_t bcOffset) in BytecodePcChanged()
626 …ptionThrow(ManagedThread *thread, Method *method, ObjectHeader *exceptionObject, uint32_t bcOffset) in ExceptionThrow()
642 …ptionCatch(ManagedThread *thread, Method *method, ObjectHeader *exceptionObject, uint32_t bcOffset) in ExceptionCatch()
Ddebugger.h45 Breakpoint(Method *method, uint32_t bcOffset) : method_(method), bcOffset_(bcOffset) {} in Breakpoint()
/arkcompiler/runtime_core/static_core/runtime/interpreter/
Dframe.h192 ALWAYS_INLINE inline void SetBytecodeOffset(uint32_t bcOffset) in SetBytecodeOffset()
482 ALWAYS_INLINE inline void SetBytecodeOffset(uint32_t bcOffset) in SetBytecodeOffset()
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp1627 uint32_t bcOffset = DebuggerApi::GetBytecodeOffset(frameHandler); in GetLocalVariables() local
1660 … DebuggerImpl::IsWithinVariableScope(const LocalVariableInfo &localVariableInfo, uint32_t bcOffset) in IsWithinVariableScope()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.h889 auto bcOffset = frameHandler.GetBytecodeOffset(); in NotifyBytecodePcChanged() local
907 auto bcOffset = frameHandler.GetBytecodeOffset(); in NotifyDebuggerStmt() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h3067 auto bcOffset = frameHandler.GetBytecodeOffset(); in RuntimeNotifyDebuggerStatement() local
Druntime_stubs.cpp2043 auto bcOffset = frameHandler.GetBytecodeOffset(); in DEF_RUNTIME_STUBS() local