Home
last modified time | relevance | path

Searched defs:Goto (Results 1 – 13 of 13) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Deffect-control-linearizer.cc1415 __ Goto(&if_heapnumber); in ChangeFloat64ToTagged() local
1425 __ Goto(&if_smi); in ChangeFloat64ToTagged() local
1432 __ Goto(&if_smi); in ChangeFloat64ToTagged() local
1440 __ Goto(&done, value_smi); in ChangeFloat64ToTagged() local
1449 __ Goto(&done, value_number); in ChangeFloat64ToTagged() local
1503 __ Goto(&done, number); in ChangeInt32ToTagged() local
1521 __ Goto(&done, value_smi); in LowerChangeInt64ToTagged() local
1528 __ Goto(&done, number); in LowerChangeInt64ToTagged() local
1545 __ Goto(&done, ChangeUint32ToSmi(value)); in ChangeUint32ToTagged() local
1550 __ Goto(&done, number); in ChangeUint32ToTagged() local
[all …]
Dselect-lowering.cc46 __ Goto(&done, vfalse); in LowerSelect() local
Dmemory-lowering.cc298 __ Goto(&done, top); in ReduceAllocateRaw() local
306 __ Goto(&done, vfalse); in ReduceAllocateRaw() local
Dgraph-assembler.h734 void GraphAssembler::Goto(GraphAssemblerLabel<sizeof...(Vars)>* label, in Goto() function
Draw-machine-assembler.cc535 void RawMachineAssembler::Goto(RawMachineLabel* label) { in Goto() function in v8::internal::compiler::RawMachineAssembler
Dcode-assembler.h711 void Goto(CodeAssemblerParameterizedLabel<T...>* label, Args... args) { in Goto() function
Dcode-assembler.cc1253 void CodeAssembler::Goto(Label* label) { in Goto() function in v8::internal::compiler::CodeAssembler
/third_party/node/deps/v8/src/torque/
Dcfg.cc81 void CfgAssembler::Goto(Block* block) { in Goto() function in v8::internal::torque::CfgAssembler
88 StackRange CfgAssembler::Goto(Block* block, size_t preserved_slots) { in Goto() function in v8::internal::torque::CfgAssembler
/third_party/node/deps/v8/src/interpreter/
Dinterpreter-intrinsics-generator.cc106 __ Goto(&end); in InvokeIntrinsic() local
282 __ Goto(&match); in AbortIfArgCountMismatch() local
/third_party/python/Lib/idlelib/
Dquery.py229 class Goto(Query): class
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DWinEHPrepare.cpp1205 BranchInst *Goto = cast<BranchInst>(IncomingBlock->getTerminator()); in replaceUseWithLoad() local
/third_party/googletest/googlemock/scripts/generator/cpp/
Dast.py166 class Goto(Node): class
/third_party/node/deps/v8/src/wasm/
Dgraph-builder-interface.cc1521 void Goto(FullDecoder* decoder, SsaEnv* to) { in Goto() function in v8::internal::wasm::__anoned4d3a260111::WasmGraphBuildingInterface