Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Deffect-control-linearizer.cc1024 __ Goto(&if_heapnumber); in LowerChangeFloat64ToTagged() local
1034 __ Goto(&if_smi); in LowerChangeFloat64ToTagged() local
1041 __ Goto(&if_smi); in LowerChangeFloat64ToTagged() local
1049 __ Goto(&done, value_smi); in LowerChangeFloat64ToTagged() local
1057 __ Goto(&done, value_smi); in LowerChangeFloat64ToTagged() local
1064 __ Goto(&done, value_number); in LowerChangeFloat64ToTagged() local
1113 __ Goto(&done, value_smi); in LowerChangeInt32ToTagged() local
1117 __ Goto(&done, number); in LowerChangeInt32ToTagged() local
1131 __ Goto(&done, ChangeUint32ToSmi(value)); in LowerChangeUint32ToTagged() local
1136 __ Goto(&done, number); in LowerChangeUint32ToTagged() local
[all …]
Dmemory-optimizer.cc232 __ Goto(&done, top); in VisitAllocateRaw() local
248 __ Goto(&done, vfalse); in VisitAllocateRaw() local
Dgraph-assembler.h386 void GraphAssembler::Goto(GraphAssemblerLabel<sizeof...(Vars)>* label, in Goto() function
Draw-machine-assembler.cc91 void RawMachineAssembler::Goto(RawMachineLabel* label) { in Goto() function in v8::internal::compiler::RawMachineAssembler
Dcode-assembler.cc1360 void CodeAssembler::Goto(Label* label) { in Goto() function in v8::internal::compiler::CodeAssembler
/external/v8/src/interpreter/
Dinterpreter-intrinsics-generator.cc118 __ Goto(&end); in InvokeIntrinsic() local
282 __ Goto(&arg_count_positive); in Call() local
318 __ Goto(&done); in CreateAsyncFromSyncIterator() local
326 __ Goto(&done); in CreateAsyncFromSyncIterator() local
382 __ Goto(&end); in GetImportMetaObject() local
409 __ Goto(&match); in AbortIfArgCountMismatch() local
/external/llvm/lib/CodeGen/
DWinEHPrepare.cpp1197 BranchInst *Goto = cast<BranchInst>(IncomingBlock->getTerminator()); in replaceUseWithLoad() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DWinEHPrepare.cpp1204 BranchInst *Goto = cast<BranchInst>(IncomingBlock->getTerminator()); in replaceUseWithLoad() local
/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyTIL.h1385 Goto(BasicBlock *B, unsigned I) in Goto() function
1387 Goto(const Goto &G, BasicBlock *B, unsigned I) in Goto() function
/external/googletest/googlemock/scripts/generator/cpp/
Dast.py168 class Goto(Node): class
/external/google-breakpad/src/testing/scripts/generator/cpp/
Dast.py167 class Goto(Node): class
/external/v8/src/wasm/
Dfunction-body-decoder.cc625 void Goto(FullDecoder* decoder, SsaEnv* from, SsaEnv* to) { in Goto() function in v8::internal::wasm::__anonb954c62d0111::WasmGraphBuildingInterface
/external/clang/tools/libclang/
DCIndex.cpp5500 if (const GotoStmt *Goto = dyn_cast_or_null<GotoStmt>(S)) in clang_getCursorReferenced() local