| /arkcompiler/ets_runtime/ecmascript/jit/ |
| D | jit_profiler.cpp | 57 auto bcOffset = bcIns.GetAddress() - pcStart; in ProfileBytecode() local 336 void JITProfiler::ConvertOpType(uint32_t slotId, long bcOffset) in ConvertOpType() 345 void JITProfiler::ConvertCall(uint32_t slotId, long bcOffset) in ConvertCall() 388 void JITProfiler::ConvertNewObjRange(uint32_t slotId, long bcOffset) in ConvertNewObjRange() 432 void JITProfiler::ConvertGetIterator(uint32_t slotId, long bcOffset) in ConvertGetIterator() 448 void JITProfiler::ConvertCreateObject(uint32_t slotId, long bcOffset, [[maybe_unused]]int32_t trace… in ConvertCreateObject() 475 void JITProfiler::ConvertICByName(int32_t bcOffset, uint32_t slotId, BCType type) in ConvertICByName() 499 void JITProfiler::ConvertICByNameWithHandler(ApEntityId abcId, int32_t bcOffset, in ConvertICByNameWithHandler() 511 void JITProfiler::HandleLoadType(ApEntityId &abcId, int32_t &bcOffset, in HandleLoadType() 521 void JITProfiler::HandleLoadTypeInt(ApEntityId &abcId, int32_t &bcOffset, in HandleLoadTypeInt() [all …]
|
| /arkcompiler/ets_runtime/ecmascript/debugger/ |
| D | js_debugger.cpp | 109 void JSDebugger::BytecodePcChanged(JSThread *thread, JSHandle<Method> method, uint32_t bcOffset) in BytecodePcChanged() 136 bool JSDebugger::HandleBreakpoint(JSHandle<Method> method, uint32_t bcOffset) in HandleBreakpoint() 164 bool JSDebugger::HandleDebuggerStmt(JSHandle<Method> method, uint32_t bcOffset) in HandleDebuggerStmt() 187 …gger::HandleExceptionThrowEvent(const JSThread *thread, JSHandle<Method> method, uint32_t bcOffset) in HandleExceptionThrowEvent() 198 bool JSDebugger::HandleStep(JSHandle<Method> method, uint32_t bcOffset) in HandleStep() 236 bool JSDebugger::RemoveBreakpoint(const std::unique_ptr<PtMethod> &ptMethod, uint32_t bcOffset) in RemoveBreakpoint() 251 bool JSDebugger::RemoveSmartBreakpoint(const std::unique_ptr<PtMethod> &ptMethod, uint32_t bcOffset) in RemoveSmartBreakpoint()
|
| D | notification_manager.h | 86 void BytecodePcChangedEvent(JSThread *thread, Method *method, uint32_t bcOffset) const in BytecodePcChangedEvent() 95 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/runtime_core/static_core/runtime/include/ |
| D | runtime_notification.h | 50 [[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()
|
| D | method-inl.h | 458 inline bool Method::DecrementHotnessCounter(ManagedThread *thread, uintptr_t bcOffset, in DecrementHotnessCounter() 517 …thod::DecrementHotnessCounterForTaggedFunction(ManagedThread *thread, uintptr_t bcOffset, bool osr, in DecrementHotnessCounterForTaggedFunction()
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | interpreter_test_switch.cpp | 66 uint32_t bcOffset; member 69 void BytecodePcChanged(ManagedThread *thread, Method *method, uint32_t bcOffset) override in BytecodePcChanged()
|
| /arkcompiler/runtime_core/static_core/libpandafile/ |
| D | debug_helpers.cpp | 20 size_t GetLineNumber(ark::panda_file::MethodDataAccessor mda, uint32_t bcOffset, in GetLineNumber()
|
| D | debug_helpers.h | 30 BytecodeOffsetResolver(panda_file::LineProgramState *state, uint32_t bcOffset) in BytecodeOffsetResolver()
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/backtrace/ |
| D | backtrace.cpp | 31 …k(void *ctx, ReadMemFunc readMem, uintptr_t *fp, uintptr_t *sp, uintptr_t *pc, uintptr_t *bcOffset) in StepArk() 63 int Backtrace::Symbolize(uintptr_t pc, uintptr_t mapBase, uint32_t bcOffset, uint8_t *abcData, uint… in Symbolize()
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| D | pgo_profiler.cpp | 689 auto bcOffset = bcIns.GetAddress() - pcStart; in ProfileBytecode() local 909 …ler::DumpICByName(ApEntityId abcId, const CString &recordName, EntityId methodId, int32_t bcOffset, in DumpICByName() 933 …er::DumpICByValue(ApEntityId abcId, const CString &recordName, EntityId methodId, int32_t bcOffset, in DumpICByValue() 965 …const CString &recordName, EntityId methodId, int32_t bcOffset, JSTaggedValue cacheValue, BCType t… in DumpICByNameWithPoly() 993 …const CString &recordName, EntityId methodId, int32_t bcOffset, JSTaggedValue cacheValue, BCType t… in DumpICByValueWithPoly() 1021 … int32_t bcOffset, JSHClass *hclass, JSTaggedValue secondValue, BCType type) in DumpICByNameWithHandler() 1074 … int32_t bcOffset, JSHClass *hclass, JSTaggedValue secondValue) in DumpICLoadByNameWithHandler() 1116 … int32_t bcOffset, JSHClass *hclass, JSTaggedValue secondValue, BCType type) in DumpICByValueWithHandler() 1270 …filer::DumpOpType(ApEntityId abcId, const CString &recordName, EntityId methodId, int32_t bcOffset, in DumpOpType() 1289 …::DumpDefineClass(ApEntityId abcId, const CString &recordName, EntityId methodId, int32_t bcOffset, in DumpDefineClass() [all …]
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | pgo_bc_info.h | 43 uint32_t bcOffset; member 78 uint32_t bcOffset; member
|
| D | jit_compilation_env.h | 203 bool IsLdExtModuleVarResolved(uint32_t methodOffset, uint32_t bcOffset) const in IsLdExtModuleVarResolved() 259 uint32_t bcOffset, uint32_t heapConstantIndex) in RecordLdGlobalByNameBcOffset2HeapConstantIndex() 264 …uint32_t GetLdGlobalByNameBcOffset2HeapConstantIndex(uint32_t methodOffset, uint32_t bcOffset) con… in GetLdGlobalByNameBcOffset2HeapConstantIndex()
|
| D | pgo_bc_info.cpp | 68 uint32_t bcOffset = bcIns.GetAddress() - method->GetBytecodeArray(); in Record() local
|
| D | async_function_lowering.cpp | 57 GateRef bcOffset = builder_.IntPtr(GeneratorContext::GENERATOR_BC_OFFSET_OFFSET); in ProcessJumpTable() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/ |
| D | pgo_type_recorder.h | 48 inline PGODefineOpType GetPGODefOpType(int32_t bcOffset) const in GetPGODefOpType()
|
| D | pgo_type_parser.cpp | 28 const uint32_t bcIdx, const uint32_t bcOffset, const uint32_t) { in Parse()
|
| /arkcompiler/ets_runtime/ecmascript/debugger/tests/ |
| D | js_debugger_test.cpp | 31 bool HandleStepTest(JSHandle<Method> method, uint32_t bcOffset) in HandleStepTest() 41 bool HandleBreakpointTest(JSHandle<Method> method, uint32_t bcOffset) in HandleBreakpointTest()
|
| /arkcompiler/ets_runtime/ecmascript/dfx/tracing/ |
| D | tracing.cpp | 284 [[maybe_unused]] uint32_t bcOffset) in BytecodePcChanged() 288 …g::HandleDebuggerStmt([[maybe_unused]] JSHandle<Method> method, [[maybe_unused]] uint32_t bcOffset) in HandleDebuggerStmt()
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | osr.cpp | 132 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/ |
| D | ets_method.h | 311 int32_t GetLineNumFromBytecodeOffset(uint32_t bcOffset) const in GetLineNumFromBytecodeOffset()
|
| /arkcompiler/runtime_core/static_core/runtime/interpreter/ |
| D | frame.h | 192 ALWAYS_INLINE inline void SetBytecodeOffset(uint32_t bcOffset) in SetBytecodeOffset() 482 ALWAYS_INLINE inline void SetBytecodeOffset(uint32_t bcOffset) in SetBytecodeOffset()
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/ |
| D | debugger.h | 42 Breakpoint(Method *method, uint32_t bcOffset) : method_(method), bcOffset_(bcOffset) {} in Breakpoint()
|
| D | debugger.cpp | 566 void Debugger::BytecodePcChanged(ManagedThread *thread, Method *method, uint32_t bcOffset) in BytecodePcChanged() 664 …ptionThrow(ManagedThread *thread, Method *method, ObjectHeader *exceptionObject, uint32_t bcOffset) in ExceptionThrow() 680 …ptionCatch(ManagedThread *thread, Method *method, ObjectHeader *exceptionObject, uint32_t bcOffset) in ExceptionCatch()
|
| /arkcompiler/toolchain/tooling/dynamic/agent/ |
| D | debugger_impl.cpp | 2341 uint32_t bcOffset = DebuggerApi::GetBytecodeOffset(frameHandler); in GetLocalVariables() local 2374 … DebuggerImpl::IsWithinVariableScope(const LocalVariableInfo &localVariableInfo, uint32_t bcOffset) in IsWithinVariableScope()
|