Home
last modified time | relevance | path

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

12

/arkcompiler/ets_runtime/ecmascript/jit/
Djit_profiler.cpp45 auto bcOffset = bcIns.GetAddress() - pcStart; in ProfileBytecode() local
331 void JITProfiler::ConvertOpType(uint32_t slotId, long bcOffset) in ConvertOpType()
340 void JITProfiler::ConvertCall(uint32_t slotId, long bcOffset) in ConvertCall()
369 void JITProfiler::ConvertNewObjRange(uint32_t slotId, long bcOffset) in ConvertNewObjRange()
405 void JITProfiler::ConvertGetIterator(uint32_t slotId, long bcOffset) in ConvertGetIterator()
421 void JITProfiler::ConvertCreateObject(uint32_t slotId, long bcOffset, [[maybe_unused]]int32_t trace… in ConvertCreateObject()
448 void JITProfiler::ConvertICByName(int32_t bcOffset, uint32_t slotId, BCType type) in ConvertICByName()
472 void JITProfiler::ConvertICByNameWithHandler(ApEntityId abcId, int32_t bcOffset, in ConvertICByNameWithHandler()
484 void JITProfiler::HandleLoadType(ApEntityId &abcId, int32_t &bcOffset, in HandleLoadType()
494 void JITProfiler::HandleLoadTypeInt(ApEntityId &abcId, int32_t &bcOffset, in HandleLoadTypeInt()
[all …]
/arkcompiler/ets_runtime/ecmascript/debugger/
Djs_debugger.cpp108 void JSDebugger::BytecodePcChanged(JSThread *thread, JSHandle<Method> method, uint32_t bcOffset) in BytecodePcChanged()
135 bool JSDebugger::HandleBreakpoint(JSHandle<Method> method, uint32_t bcOffset) in HandleBreakpoint()
162 bool JSDebugger::HandleDebuggerStmt(JSHandle<Method> method, uint32_t bcOffset) in HandleDebuggerStmt()
184 …gger::HandleExceptionThrowEvent(const JSThread *thread, JSHandle<Method> method, uint32_t bcOffset) in HandleExceptionThrowEvent()
195 bool JSDebugger::HandleStep(JSHandle<Method> method, uint32_t bcOffset) in HandleStep()
230 bool JSDebugger::RemoveBreakpoint(const std::unique_ptr<PtMethod> &ptMethod, uint32_t bcOffset) in RemoveBreakpoint()
245 bool JSDebugger::RemoveSmartBreakpoint(const std::unique_ptr<PtMethod> &ptMethod, uint32_t bcOffset) in RemoveSmartBreakpoint()
Dnotification_manager.h77 void BytecodePcChangedEvent(JSThread *thread, Method *method, uint32_t bcOffset) const in BytecodePcChangedEvent()
86 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/runtime/tests/
Dinterpreter_test_switch.cpp66 uint32_t bcOffset; member
69 void BytecodePcChanged(ManagedThread *thread, Method *method, uint32_t bcOffset) override in BytecodePcChanged()
/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()
Dmethod-inl.h458 inline bool Method::DecrementHotnessCounter(ManagedThread *thread, uintptr_t bcOffset, in DecrementHotnessCounter()
516 …thod::DecrementHotnessCounterForTaggedFunction(ManagedThread *thread, uintptr_t bcOffset, bool osr, in DecrementHotnessCounterForTaggedFunction()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp665 auto bcOffset = bcIns.GetAddress() - pcStart; in ProfileBytecode() local
884 …ler::DumpICByName(ApEntityId abcId, const CString &recordName, EntityId methodId, int32_t bcOffset, in DumpICByName()
907 …er::DumpICByValue(ApEntityId abcId, const CString &recordName, EntityId methodId, int32_t bcOffset, in DumpICByValue()
938 …const CString &recordName, EntityId methodId, int32_t bcOffset, JSTaggedValue cacheValue, BCType t… in DumpICByNameWithPoly()
965 …const CString &recordName, EntityId methodId, int32_t bcOffset, JSTaggedValue cacheValue, BCType t… in DumpICByValueWithPoly()
992int32_t bcOffset, JSHClass *hclass, JSTaggedValue secondValue, BCType type) in DumpICByNameWithHandler()
1045int32_t bcOffset, JSHClass *hclass, JSTaggedValue secondValue) in DumpICLoadByNameWithHandler()
1087int32_t bcOffset, JSHClass *hclass, JSTaggedValue secondValue, BCType type) in DumpICByValueWithHandler()
1238 …filer::DumpOpType(ApEntityId abcId, const CString &recordName, EntityId methodId, int32_t bcOffset, in DumpOpType()
1257 …::DumpDefineClass(ApEntityId abcId, const CString &recordName, EntityId methodId, int32_t bcOffset, in DumpDefineClass()
[all …]
/arkcompiler/runtime_core/static_core/libpandafile/
Ddebug_helpers.cpp20 size_t GetLineNumber(ark::panda_file::MethodDataAccessor mda, uint32_t bcOffset, in GetLineNumber()
Ddebug_helpers.h30 BytecodeOffsetResolver(panda_file::LineProgramState *state, uint32_t bcOffset) in BytecodeOffsetResolver()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dpgo_bc_info.h43 uint32_t bcOffset; member
78 uint32_t bcOffset; member
Dpgo_bc_info.cpp68 uint32_t bcOffset = bcIns.GetAddress() - method->GetBytecodeArray(); in Record() local
Dasync_function_lowering.cpp57 GateRef bcOffset = builder_.IntPtr(GeneratorContext::GENERATOR_BC_OFFSET_OFFSET); in ProcessJumpTable() local
/arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/
Dpgo_type_recorder.h48 inline PGODefineOpType GetPGODefOpType(int32_t bcOffset) const in GetPGODefOpType()
Dpgo_type_parser.cpp28 const uint32_t bcIdx, const uint32_t bcOffset, const uint32_t) { in Parse()
/arkcompiler/ets_runtime/ecmascript/debugger/tests/
Djs_debugger_test.cpp31 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/
Dtracing.cpp278 [[maybe_unused]] uint32_t bcOffset) in BytecodePcChanged()
282 …g::HandleDebuggerStmt([[maybe_unused]] JSHandle<Method> method, [[maybe_unused]] uint32_t bcOffset) in HandleDebuggerStmt()
/arkcompiler/runtime_core/static_core/runtime/
Dosr.cpp132 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/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/runtime_core/static_core/runtime/tooling/
Ddebugger.h42 Breakpoint(Method *method, uint32_t bcOffset) : method_(method), bcOffset_(bcOffset) {} in Breakpoint()
Ddebugger.cpp565 void Debugger::BytecodePcChanged(ManagedThread *thread, Method *method, uint32_t bcOffset) in BytecodePcChanged()
663 …ptionThrow(ManagedThread *thread, Method *method, ObjectHeader *exceptionObject, uint32_t bcOffset) in ExceptionThrow()
679 …ptionCatch(ManagedThread *thread, Method *method, ObjectHeader *exceptionObject, uint32_t bcOffset) in ExceptionCatch()
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp2072 uint32_t bcOffset = DebuggerApi::GetBytecodeOffset(frameHandler); in GetLocalVariables() local
2105 … DebuggerImpl::IsWithinVariableScope(const LocalVariableInfo &localVariableInfo, uint32_t bcOffset) in IsWithinVariableScope()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.cpp887 auto bcOffset = frameHandler.GetBytecodeOffset(); in NotifyBytecodePcChanged() local
905 auto bcOffset = frameHandler.GetBytecodeOffset(); in NotifyDebuggerStmt() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h3344 auto bcOffset = frameHandler.GetBytecodeOffset(); in RuntimeNotifyDebuggerStatement() local

12