Home
last modified time | relevance | path

Searched defs:bytecode_offset (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/runtime/include/tooling/
Dpt_location.h28 explicit PtLocation(const char *panda_file, EntityId method_id, uint32_t bytecode_offset) in PtLocation()
/arkcompiler/runtime_core/runtime/tests/tooling/
Dtest_extractor.cpp129 SourceLocation TestExtractor::GetSourceLocation(EntityId method_id, uint32_t bytecode_offset) in GetSourceLocation()
/arkcompiler/runtime_core/libpandafile/tests/
Ddebug_info_extractor_test.cpp285 uint32_t bytecode_offset) in GetSourcePairLocationWrapper()
/arkcompiler/runtime_core/runtime/include/
Dmethod-inl.h456 inline bool Method::IncrementHotnessCounter(uintptr_t bytecode_offset, [[maybe_unused]] AccVRegiste… in IncrementHotnessCounter()
/arkcompiler/runtime_core/runtime/
Dcompiler.cpp685 bool Compiler::CompileMethod(Method *method, uintptr_t bytecode_offset, bool osr) in CompileMethod()