Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dencode_visitor.cpp1756 auto nextLabel = encoder->CreateLabel(); in FillIsInstanceUnresolved() local
1897 auto nextLabel = encoder->CreateLabel(); in FillIsInstance() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp10321 void StubBuilder::Assert(int messageId, int line, GateRef glue, GateRef condition, Label *nextLabel) in Assert()