Home
last modified time | relevance | path

Searched defs:bytecodeOffset (Results 1 – 15 of 15) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/include/tooling/
Dpt_location.h28 explicit PtLocation(const char *pandaFile, EntityId methodId, uint32_t bytecodeOffset) in PtLocation()
/arkcompiler/toolchain/tooling/dynamic/test/
Djs_pt_hooks_test.cpp66 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/
Dbackendsinglestep_fuzzer.cpp51 uint32_t bytecodeOffset = 0; in BackendSingleStepFuzzTest() local
/arkcompiler/toolchain/test/fuzztest/backend/backendnativecalling_fuzzer/
Dbackendnativecalling_fuzzer.cpp51 uint32_t bytecodeOffset = 0; in BackendNativeCallingFuzzTest() local
/arkcompiler/toolchain/test/fuzztest/backend/backendbreakpoint_fuzzer/
Dbackendbreakpoint_fuzzer.cpp51 uint32_t bytecodeOffset = 0; in BackendBreakpointFuzzTest() local
/arkcompiler/toolchain/test/fuzztest/backend/backendloadmodule_fuzzer/
Dbackendloadmodule_fuzzer.cpp51 uint32_t bytecodeOffset = 0; in BackendLoadModuleFuzzTest() local
/arkcompiler/toolchain/test/fuzztest/backend/backendexception_fuzzer/
Dbackendexception_fuzzer.cpp51 uint32_t bytecodeOffset = 0; in BackendExceptionFuzzTest() local
/arkcompiler/toolchain/tooling/dynamic/test/utils/
Dtest_extractor.cpp43 …stExtractor::GetSourceLocation(const JSPandaFile *file, EntityId methodId, uint32_t bytecodeOffset) in GetSourceLocation()
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
Dbaseline_compiler.h93 size_t bytecodeOffset = 0; variable
/arkcompiler/runtime_core/static_core/runtime/tests/tooling/
Dtest_extractor.cpp134 SourceLocation TestExtractor::GetSourceLocation(EntityId methodId, uint32_t bytecodeOffset) in GetSourceLocation()
/arkcompiler/ets_frontend/ets2panda/evaluate/debugInfoDeserialization/
DdebugInfoDeserializer.cpp111 …Identifier *ident, const panda_file::LocalVariableTable &localVariableTable, size_t bytecodeOffset) in CreateIrLocalVariable()
/arkcompiler/runtime_core/static_core/libpandafile/tests/
Ddebug_info_extractor_test.cpp292 uint32_t bytecodeOffset) in GetSourcePairLocationWrapper()
/arkcompiler/runtime_core/static_core/runtime/include/
Dmethod-inl.h548 inline bool Method::DecrementHotnessCounter(uintptr_t bytecodeOffset, AccVRegisterPtrT acc, bool os… in DecrementHotnessCounter()
/arkcompiler/runtime_core/static_core/runtime/
Dcompiler.cpp909 bool Compiler::CompileMethod(Method *method, uintptr_t bytecodeOffset, bool osr, TaggedValue func) in CompileMethod()
/arkcompiler/runtime_core/static_core/runtime/entrypoints/
Dentrypoints.cpp1376 auto bytecodeOffset = pc - frame->GetInstruction(); in ResolveVirtualMethod() local