| /arkcompiler/toolchain/tooling/test/ |
| D | js_pt_hooks_test.cpp | 66 uint32_t bytecodeOffset = 0; in HWTEST_F_L0() local 67 JSPtLocation ptLocation1(nullptr, methodId, bytecodeOffset); in HWTEST_F_L0() 85 uint32_t bytecodeOffset = 0; in HWTEST_F_L0() local 86 JSPtLocation ptLocation2(nullptr, methodId, bytecodeOffset); in HWTEST_F_L0() 96 uint32_t bytecodeOffset = 0; in HWTEST_F_L0() local 97 JSPtLocation ptLocation4(nullptr, methodId, bytecodeOffset); in HWTEST_F_L0()
|
| /arkcompiler/toolchain/tooling/test/utils/ |
| D | test_extractor.cpp | 43 …stExtractor::GetSourceLocation(const JSPandaFile *file, EntityId methodId, uint32_t bytecodeOffset) in GetSourceLocation() argument 54 MatchLineWithOffset(callbackLineFunc, methodId, bytecodeOffset); in GetSourceLocation() 55 MatchColumnWithOffset(callbackColumnFunc, methodId, bytecodeOffset); in GetSourceLocation()
|
| D | test_extractor.h | 43 …rceLocation GetSourceLocation(const JSPandaFile *file, EntityId methodId, uint32_t bytecodeOffset);
|
| /arkcompiler/runtime_core/static_core/runtime/include/tooling/ |
| D | pt_location.h | 28 explicit PtLocation(const char *pandaFile, EntityId methodId, uint32_t bytecodeOffset) in PtLocation() argument 29 : pandaFile_(pandaFile), methodId_(methodId), bytecodeOffset_(bytecodeOffset) in PtLocation()
|
| /arkcompiler/toolchain/test/fuzztest/backend/backendsinglestep_fuzzer/ |
| D | backendsinglestep_fuzzer.cpp | 51 uint32_t bytecodeOffset = 0; in BackendSingleStepFuzzTest() local 54 JSPtLocation ptLocation1(nullptr, methodId, bytecodeOffset); in BackendSingleStepFuzzTest()
|
| /arkcompiler/toolchain/test/fuzztest/backend/backendbreakpoint_fuzzer/ |
| D | backendbreakpoint_fuzzer.cpp | 51 uint32_t bytecodeOffset = 0; in BackendBreakpointFuzzTest() local 54 JSPtLocation ptLocation1(nullptr, methodId, bytecodeOffset); in BackendBreakpointFuzzTest()
|
| /arkcompiler/toolchain/test/fuzztest/backend/backendloadmodule_fuzzer/ |
| D | backendloadmodule_fuzzer.cpp | 51 uint32_t bytecodeOffset = 0; in BackendLoadModuleFuzzTest() local 54 JSPtLocation ptLocation1(nullptr, methodId, bytecodeOffset); in BackendLoadModuleFuzzTest()
|
| /arkcompiler/ets_runtime/ecmascript/debugger/ |
| D | js_pt_location.h | 30 JSPtLocation(const JSPandaFile *jsPandaFile, EntityId methodId, uint32_t bytecodeOffset, 32 bytecodeOffset_(bytecodeOffset), sourceFile_(sourceFile) in jsPandaFile_()
|
| /arkcompiler/toolchain/test/fuzztest/backend/backendnativecalling_fuzzer/ |
| D | backendnativecalling_fuzzer.cpp | 51 uint32_t bytecodeOffset = 0; in BackendNativeCallingFuzzTest() local 54 JSPtLocation ptLocation1(nullptr, methodId, bytecodeOffset); in BackendNativeCallingFuzzTest()
|
| /arkcompiler/toolchain/test/fuzztest/backend/backendexception_fuzzer/ |
| D | backendexception_fuzzer.cpp | 51 uint32_t bytecodeOffset = 0; in BackendExceptionFuzzTest() local 54 JSPtLocation ptLocation1(nullptr, methodId, bytecodeOffset); in BackendExceptionFuzzTest()
|
| /arkcompiler/runtime_core/static_core/runtime/tests/tooling/ |
| D | test_extractor.cpp | 134 SourceLocation TestExtractor::GetSourceLocation(EntityId methodId, uint32_t bytecodeOffset) in GetSourceLocation() argument 141 std::optional<size_t> line = GetLineNumberByTableOffset(lineTable, bytecodeOffset); in GetSourceLocation()
|
| D | test_extractor.h | 57 SourceLocation GetSourceLocation(EntityId methodId, uint32_t bytecodeOffset);
|
| /arkcompiler/runtime_core/static_core/runtime/include/ |
| D | method-inl.h | 455 inline bool Method::DecrementHotnessCounter(ManagedThread *thread, uintptr_t bytecodeOffset, in DecrementHotnessCounter() argument 505 return runtime->GetPandaVM()->GetCompiler()->CompileMethod(this, bytecodeOffset, osr, in DecrementHotnessCounter() 511 return runtime->GetPandaVM()->GetCompiler()->CompileMethod(this, bytecodeOffset, osr, in DecrementHotnessCounter() 537 inline bool Method::DecrementHotnessCounter(uintptr_t bytecodeOffset, AccVRegisterPtrT acc, bool os… in DecrementHotnessCounter() argument 539 …return DecrementHotnessCounter<IS_CALL>(ManagedThread::GetCurrent(), bytecodeOffset, acc, osr, fun… in DecrementHotnessCounter()
|
| D | compiler_interface.h | 212 …virtual bool CompileMethod(Method *method, uintptr_t bytecodeOffset, bool osr, coretypes::TaggedVa…
|
| D | method.h | 339 …NO_THREAD_SANITIZE bool DecrementHotnessCounter(uintptr_t bytecodeOffset, [[maybe_unused]] AccVReg… 344 NO_THREAD_SANITIZE bool DecrementHotnessCounter(ManagedThread *thread, uintptr_t bytecodeOffset,
|
| /arkcompiler/runtime_core/static_core/libpandafile/tests/ |
| D | debug_info_extractor_test.cpp | 291 uint32_t bytecodeOffset) in GetSourcePairLocationWrapper() argument 298 std::optional<size_t> line = GetLineNumberByTableOffsetWrapper(lineTable, bytecodeOffset); in GetSourcePairLocationWrapper()
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | compiler.cpp | 790 bool Compiler::CompileMethod(Method *method, uintptr_t bytecodeOffset, bool osr, TaggedValue func) in CompileMethod() argument 799 return OsrEntry(bytecodeOffset, GetOsrCode(method)); in CompileMethod()
|
| D | compiler.h | 683 … bool CompileMethod(Method *method, uintptr_t bytecodeOffset, bool osr, TaggedValue func) override;
|
| /arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/ |
| D | js_stackinfo.cpp | 997 auto bytecodeOffset = static_cast<uint32_t>(reinterpret_cast<uint8_t *>(*bytecodePc) - in GetArkJSHeapCrashInfo() local 999 std::string info = JsStackInfo::BuildMethodTrace(method, bytecodeOffset); in GetArkJSHeapCrashInfo()
|
| /arkcompiler/runtime_core/static_core/runtime/entrypoints/ |
| D | entrypoints.cpp | 1310 auto bytecodeOffset = pc - frame->GetInstruction(); in ResolveVirtualMethod() local 1312 profData->UpdateInlineCaches(bytecodeOffset, cls); in ResolveVirtualMethod()
|