Home
last modified time | relevance | path

Searched defs:endPc (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dir_builder.h43 uint32_t endPc; member
Dir_builder.cpp420 auto endPc = startPc + tryBlock.GetLength(); in CreateTryCatchBoundariesBlocks() local
/arkcompiler/runtime_core/static_core/libpandafile/
Dbytecode_emitter.cpp253 uint32_t endPc = 0; in EstimateMaxDistance() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_circuit_builder.h39 uint8_t* endPc; member