Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcfi.h303 LabelIdx labelIndex; variable
Dcgfunc.h743 void SetLocalSymLabelIndex(const MIRSymbol &mirSymbol, LabelIdx labelIndex) in SetLocalSymLabelIndex()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_obj_emitter.cpp495 uint32 labelIndex = static_cast<const LabelOperand &>(opnd).GetLabelIndex(); in GetCondBranchOpndValue() local
504 auto labelIndex = static_cast<const LabelOperand &>(opnd).GetLabelIndex(); in GetUnCondBranchOpndValue() local
535 uint32 labelIndex = static_cast<const LabelOperand &>(opnd).GetLabelIndex(); in GetCompareBranchOpndValue() local
544 uint32 labelIndex = static_cast<const LabelOperand &>(opnd).GetLabelIndex(); in GetTestBranchOpndValue() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_bytecode_lowering.cpp807 size_t labelIndex = typeIndex2HeapConstantIndex.size(); in PolyHeapObjectCheckAndLoad() local