| /arkcompiler/toolchain/tooling/test/ |
| H A 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/runtime_core/static_core/runtime/include/tooling/ |
| H A D | pt_location.h | 28 explicit PtLocation(const char *pandaFile, EntityId methodId, uint32_t bytecodeOffset) in PtLocation() argument
|
| /arkcompiler/toolchain/test/fuzztest/backend/backendloadmodule_fuzzer/ |
| H A D | backendloadmodule_fuzzer.cpp | 51 uint32_t bytecodeOffset = 0; in BackendLoadModuleFuzzTest() local
|
| /arkcompiler/toolchain/test/fuzztest/backend/backendexception_fuzzer/ |
| H A D | backendexception_fuzzer.cpp | 51 uint32_t bytecodeOffset = 0; in BackendExceptionFuzzTest() local
|
| /arkcompiler/toolchain/tooling/test/utils/ |
| H A D | test_extractor.cpp | 43 SourceLocation TestExtractor::GetSourceLocation(const JSPandaFile *file, EntityId methodId, uint32_t bytecodeOffset) in GetSourceLocation() argument
|
| /arkcompiler/toolchain/test/fuzztest/backend/backendsinglestep_fuzzer/ |
| H A D | backendsinglestep_fuzzer.cpp | 51 uint32_t bytecodeOffset = 0; in BackendSingleStepFuzzTest() local
|
| /arkcompiler/toolchain/test/fuzztest/backend/backendbreakpoint_fuzzer/ |
| H A D | backendbreakpoint_fuzzer.cpp | 51 uint32_t bytecodeOffset = 0; in BackendBreakpointFuzzTest() local
|
| /arkcompiler/toolchain/test/fuzztest/backend/backendnativecalling_fuzzer/ |
| H A D | backendnativecalling_fuzzer.cpp | 51 uint32_t bytecodeOffset = 0; in BackendNativeCallingFuzzTest() local
|
| /arkcompiler/ets_runtime/ecmascript/debugger/ |
| H A D | js_pt_location.h | 30 JSPtLocation(const JSPandaFile *jsPandaFile, EntityId methodId, uint32_t bytecodeOffset, in JSPtLocation() argument
|
| /arkcompiler/runtime_core/static_core/runtime/tests/tooling/ |
| H A D | test_extractor.cpp | 134 SourceLocation TestExtractor::GetSourceLocation(EntityId methodId, uint32_t bytecodeOffset) in GetSourceLocation() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
| H A D | baseline_compiler.h | 93 size_t bytecodeOffset = 0; member in panda::ecmascript::kungfu::BaselineCompiler
|
| /arkcompiler/ets_frontend/ets2panda/evaluate/debugInfoDeserialization/ |
| H A D | debugInfoDeserializer.cpp | 110 CreateIrLocalVariable( ir::Identifier *ident, const panda_file::LocalVariableTable &localVariableTable, size_t bytecodeOffset) CreateIrLocalVariable() argument
|
| /arkcompiler/runtime_core/static_core/libpandafile/tests/ |
| H A D | debug_info_extractor_test.cpp | 291 GetSourcePairLocationWrapper(const DebugInfoExtractor &extractor, File::EntityId methodId, uint32_t bytecodeOffset) GetSourcePairLocationWrapper() argument
|
| /arkcompiler/runtime_core/static_core/runtime/include/ |
| H A D | method-inl.h | 455 inline bool Method::DecrementHotnessCounter(ManagedThread *thread, uintptr_t bytecodeOffset, in DecrementHotnessCounter() argument 534 inline bool Method::DecrementHotnessCounter(uintptr_t bytecodeOffset, AccVRegisterPtrT acc, bool osr, TaggedValue func) in DecrementHotnessCounter() argument
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| H A D | compiler.cpp | 850 bool Compiler::CompileMethod(Method *method, uintptr_t bytecodeOffset, bool osr, TaggedValue func) in CompileMethod() argument
|
| /arkcompiler/runtime_core/static_core/runtime/entrypoints/ |
| H A D | entrypoints.cpp | 1336 auto bytecodeOffset = pc - frame->GetInstruction(); in ResolveVirtualMethod() local
|