Home
last modified time | relevance | path

Searched defs:target_pc (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/libpandafile/
Dbytecode_emitter.cpp247 int32_t BytecodeEmitter::EstimateMaxDistance(uint32_t insn_pc, uint32_t target_pc, uint32_t bias) c… in EstimateMaxDistance()
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dir_builder.cpp206 auto target_pc = pc + static_cast<size_t>(offset); in BuildBasicBlocks() local