| /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()
|
| /arkcompiler/toolchain/tooling/dynamic/test/ |
| D | js_pt_hooks_test.cpp | 66 uint32_t bytecodeOffset = 0; in HWTEST_F_L0() local 85 uint32_t bytecodeOffset = 0; in HWTEST_F_L0() local 96 uint32_t bytecodeOffset = 0; in HWTEST_F_L0() local
|
| /arkcompiler/toolchain/test/fuzztest/backend/backendsinglestep_fuzzer/ |
| D | backendsinglestep_fuzzer.cpp | 51 uint32_t bytecodeOffset = 0; in BackendSingleStepFuzzTest() local
|
| /arkcompiler/toolchain/test/fuzztest/backend/backendnativecalling_fuzzer/ |
| D | backendnativecalling_fuzzer.cpp | 51 uint32_t bytecodeOffset = 0; in BackendNativeCallingFuzzTest() local
|
| /arkcompiler/toolchain/test/fuzztest/backend/backendbreakpoint_fuzzer/ |
| D | backendbreakpoint_fuzzer.cpp | 51 uint32_t bytecodeOffset = 0; in BackendBreakpointFuzzTest() local
|
| /arkcompiler/toolchain/test/fuzztest/backend/backendloadmodule_fuzzer/ |
| D | backendloadmodule_fuzzer.cpp | 51 uint32_t bytecodeOffset = 0; in BackendLoadModuleFuzzTest() local
|
| /arkcompiler/toolchain/test/fuzztest/backend/backendexception_fuzzer/ |
| D | backendexception_fuzzer.cpp | 51 uint32_t bytecodeOffset = 0; in BackendExceptionFuzzTest() local
|
| /arkcompiler/toolchain/tooling/dynamic/test/utils/ |
| D | test_extractor.cpp | 43 …stExtractor::GetSourceLocation(const JSPandaFile *file, EntityId methodId, uint32_t bytecodeOffset) in GetSourceLocation()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
| D | baseline_compiler.h | 93 size_t bytecodeOffset = 0; variable
|
| /arkcompiler/runtime_core/static_core/runtime/tests/tooling/ |
| D | test_extractor.cpp | 134 SourceLocation TestExtractor::GetSourceLocation(EntityId methodId, uint32_t bytecodeOffset) in GetSourceLocation()
|
| /arkcompiler/ets_frontend/ets2panda/evaluate/debugInfoDeserialization/ |
| D | debugInfoDeserializer.cpp | 111 …Identifier *ident, const panda_file::LocalVariableTable &localVariableTable, size_t bytecodeOffset) in CreateIrLocalVariable()
|
| /arkcompiler/runtime_core/static_core/libpandafile/tests/ |
| D | debug_info_extractor_test.cpp | 292 uint32_t bytecodeOffset) in GetSourcePairLocationWrapper()
|
| /arkcompiler/runtime_core/static_core/runtime/include/ |
| D | method-inl.h | 548 inline bool Method::DecrementHotnessCounter(uintptr_t bytecodeOffset, AccVRegisterPtrT acc, bool os… in DecrementHotnessCounter()
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | compiler.cpp | 909 bool Compiler::CompileMethod(Method *method, uintptr_t bytecodeOffset, bool osr, TaggedValue func) in CompileMethod()
|
| /arkcompiler/runtime_core/static_core/runtime/entrypoints/ |
| D | entrypoints.cpp | 1376 auto bytecodeOffset = pc - frame->GetInstruction(); in ResolveVirtualMethod() local
|