Home
last modified time | relevance | path

Searched refs:bytecodeOffset (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/toolchain/tooling/test/
Djs_pt_hooks_test.cpp66 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/
Dtest_extractor.cpp42 …stExtractor::GetSourceLocation(const JSPandaFile *file, EntityId methodId, uint32_t bytecodeOffset) in GetSourceLocation() argument
53 MatchLineWithOffset(callbackLineFunc, methodId, bytecodeOffset); in GetSourceLocation()
54 MatchColumnWithOffset(callbackColumnFunc, methodId, bytecodeOffset); in GetSourceLocation()
Dtest_extractor.h43 …rceLocation GetSourceLocation(const JSPandaFile *file, EntityId methodId, uint32_t bytecodeOffset);
/arkcompiler/ets_runtime/ecmascript/debugger/
Djs_pt_location.h30 JSPtLocation(const JSPandaFile *jsPandaFile, EntityId methodId, uint32_t bytecodeOffset,
32 bytecodeOffset_(bytecodeOffset), sourceFile_(sourceFile) in jsPandaFile_()
/arkcompiler/toolchain/test/fuzztest/backend/backendsinglestep_fuzzer/
Dbackendsinglestep_fuzzer.cpp51 uint32_t bytecodeOffset = 0; in BackendSingleStepFuzzTest() local
54 JSPtLocation ptLocation1(nullptr, methodId, bytecodeOffset); in BackendSingleStepFuzzTest()
/arkcompiler/toolchain/test/fuzztest/backend/backendbreakpoint_fuzzer/
Dbackendbreakpoint_fuzzer.cpp51 uint32_t bytecodeOffset = 0; in BackendBreakpointFuzzTest() local
54 JSPtLocation ptLocation1(nullptr, methodId, bytecodeOffset); in BackendBreakpointFuzzTest()
/arkcompiler/toolchain/test/fuzztest/backend/backendexception_fuzzer/
Dbackendexception_fuzzer.cpp51 uint32_t bytecodeOffset = 0; in BackendExceptionFuzzTest() local
54 JSPtLocation ptLocation1(nullptr, methodId, bytecodeOffset); in BackendExceptionFuzzTest()
/arkcompiler/toolchain/test/fuzztest/backend/backendloadmodule_fuzzer/
Dbackendloadmodule_fuzzer.cpp51 uint32_t bytecodeOffset = 0; in BackendLoadModuleFuzzTest() local
54 JSPtLocation ptLocation1(nullptr, methodId, bytecodeOffset); in BackendLoadModuleFuzzTest()
/arkcompiler/toolchain/test/fuzztest/backend/backendnativecalling_fuzzer/
Dbackendnativecalling_fuzzer.cpp51 uint32_t bytecodeOffset = 0; in BackendNativeCallingFuzzTest() local
54 JSPtLocation ptLocation1(nullptr, methodId, bytecodeOffset); in BackendNativeCallingFuzzTest()
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Djs_stackinfo.cpp456 auto bytecodeOffset = static_cast<uint32_t>(reinterpret_cast<uint8_t *>(*bytecodePc) - in GetArkJSHeapCrashInfo() local
458 std::string info = JsStackInfo::BuildMethodTrace(method, bytecodeOffset); in GetArkJSHeapCrashInfo()