Home
last modified time | relevance | path

Searched defs:nextBlock (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/save/
DDotPrinter.ts88 for (const nextBlock of exceptionalNextBlock) { constant
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dlinear_order.cpp30 void LinearOrder::HandleIfBlock(BasicBlock *ifTrueBlock, BasicBlock *nextBlock) in HandleIfBlock()
Dreg_alloc_verifier.cpp358 BasicBlock *nextBlock {nullptr}; in PropagateBlockState() local
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/graph/builder/
DCfgBuilder.ts749 const nextBlock = originStatement.afterSwitch!.block; constant
756 const nextBlock = next.block; constant
/arkcompiler/runtime_core/static_core/runtime/mem/refstorage/
Dglobal_object_storage.h217 auto nextBlock = DecodeIndex(storage_[firstAvailableBlock_]); in Add() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_circuit_builder.cpp305 BytecodeRegion &nextBlock = RegionAt(1); in BuildEntryBlock() local
565 auto nextBlock = *it; in RemoveInsufficientProfileRegion() local
617 BytecodeRegion* nextBlock = *it; in MarkConnection() local