Searched refs:bytecodeOffset (Results 1 – 10 of 10) sorted by relevance
| /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 | 42 …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()
|
| D | test_extractor.h | 43 …rceLocation GetSourceLocation(const JSPandaFile *file, EntityId methodId, uint32_t bytecodeOffset);
|
| /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/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/backendexception_fuzzer/ |
| D | backendexception_fuzzer.cpp | 51 uint32_t bytecodeOffset = 0; in BackendExceptionFuzzTest() local 54 JSPtLocation ptLocation1(nullptr, methodId, bytecodeOffset); in BackendExceptionFuzzTest()
|
| /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/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/ets_runtime/ecmascript/dfx/stackinfo/ |
| D | js_stackinfo.cpp | 456 auto bytecodeOffset = static_cast<uint32_t>(reinterpret_cast<uint8_t *>(*bytecodePc) - in GetArkJSHeapCrashInfo() local 458 std::string info = JsStackInfo::BuildMethodTrace(method, bytecodeOffset); in GetArkJSHeapCrashInfo()
|