Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dspill_fill_encoder.cpp120 auto nextIt = std::next(it); in EncodeSpillFill() local
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Delf_builder.cpp487 auto nextIt = std::next(iter); in FixUndefinedSymbols() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_peep.cpp1399 …for (auto nextIt = nextBBTarget->GetPredsBegin(); nextIt != nextBBTarget->GetPredsEnd(); ++nextIt)… in Run() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_object_stub_builder.cpp423 void BuiltinsObjectStubBuilder::Assign(Variable *res, Label *nextIt, Label *funcExit, in Assign()