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.cpp1749 auto nextLabel = encoder->CreateLabel(); in FillIsInstanceUnresolved() local
1890 auto nextLabel = encoder->CreateLabel(); in FillIsInstance() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp9595 void StubBuilder::Assert(int messageId, int line, GateRef glue, GateRef condition, Label *nextLabel) in Assert()