Home
last modified time | relevance | path

Searched refs:end_label (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dwasm-compiler.cc3304 auto end_label = gasm_->MakeLabel(MachineType::PointerRepresentation()); in BuildCallRef() local
3313 gasm_->GotoIfNot(is_null_target, &end_label, target); in BuildCallRef()
3331 gasm_->Goto(&end_label, call_target); in BuildCallRef()
3334 gasm_->Bind(&end_label); in BuildCallRef()
3336 args[0] = end_label.PhiAt(0); in BuildCallRef()
/third_party/node/deps/v8/src/interpreter/
Dbytecode-generator.cc3711 BytecodeLabel end_label; in BuildVariableAssignment() local