Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Deffect-control-linearizer.cc887 __ Goto(&done, number); in LowerChangeInt32ToTagged() local
901 __ Goto(&done, ChangeUint32ToSmi(value)); in LowerChangeUint32ToTagged() local
906 __ Goto(&done, number); in LowerChangeUint32ToTagged() local
989 __ Goto(&done, ChangeSmiToInt32(value)); in LowerChangeTaggedToInt32() local
995 __ Goto(&done, vfalse); in LowerChangeTaggedToInt32() local
1009 __ Goto(&done, ChangeSmiToInt32(value)); in LowerChangeTaggedToUint32() local
1015 __ Goto(&done, vfalse); in LowerChangeTaggedToUint32() local
1033 __ Goto(&done, value); in LowerChangeTaggedToTaggedSigned() local
1040 __ Goto(&done, vfalse); in LowerChangeTaggedToTaggedSigned() local
1056 __ Goto(&done, vtrue); in LowerTruncateTaggedToFloat64() local
[all …]
Dmemory-optimizer.cc216 __ Goto(&done, top); in VisitAllocate() local
231 __ Goto(&done, vfalse); in VisitAllocate() local
Dgraph-assembler.h395 void GraphAssembler::Goto(LabelType* label, Vars... vars) { in Goto() function
Draw-machine-assembler.cc73 void RawMachineAssembler::Goto(RawMachineLabel* label) { in Goto() function in v8::internal::compiler::RawMachineAssembler
Dcode-assembler.cc653 void CodeAssembler::Goto(Label* label) { in Goto() function in v8::internal::compiler::CodeAssembler
/external/v8/src/interpreter/
Dinterpreter-intrinsics.cc100 __ Goto(&end); in InvokeIntrinsic() local
134 __ Goto(&end); in IsInstanceType() local
140 __ Goto(&end); in IsInstanceType() local
167 __ Goto(&end); in IsJSReceiver() local
173 __ Goto(&end); in IsJSReceiver() local
206 __ Goto(&end); in IsSmi() local
212 __ Goto(&end); in IsSmi() local
287 __ Goto(&arg_count_positive); in Call() local
325 __ Goto(&done); in CreateAsyncFromSyncIterator() local
333 __ Goto(&done); in CreateAsyncFromSyncIterator() local
[all …]
Dinterpreter.cc1011 __ Goto(&end); in DoLdaModuleVariable() local
1022 __ Goto(&end); in DoLdaModuleVariable() local
1054 __ Goto(&end); in DoStaModuleVariable() local
1061 __ Goto(&end); in DoStaModuleVariable() local
1155 __ Goto(&gather_rhs_type); in DoCompareOpWithFeedback() local
1163 __ Goto(&gather_rhs_type); in DoCompareOpWithFeedback() local
1176 __ Goto(&gather_rhs_type); in DoCompareOpWithFeedback() local
1197 __ Goto(&gather_rhs_type); in DoCompareOpWithFeedback() local
1209 __ Goto(&gather_rhs_type); in DoCompareOpWithFeedback() local
1222 __ Goto(&update_feedback); in DoCompareOpWithFeedback() local
[all …]
/external/v8/src/
Dapi-experimental.cc124 void FastAccessorBuilder::Goto(LabelId label_id) { in Goto() function in v8::experimental::FastAccessorBuilder
Dfast-accessor-assembler.cc158 void FastAccessorAssembler::Goto(LabelId label_id) { in Goto() function in v8::internal::FastAccessorAssembler
/external/llvm/lib/CodeGen/
DWinEHPrepare.cpp1197 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/v8/testing/gmock/scripts/generator/cpp/
Dast.py168 class Goto(Node): class
/external/google-breakpad/src/testing/scripts/generator/cpp/
Dast.py167 class Goto(Node): class
/external/googletest/googlemock/scripts/generator/cpp/
Dast.py168 class Goto(Node): class
/external/v8/src/wasm/
Dfunction-body-decoder.cc1757 void Goto(SsaEnv* from, SsaEnv* to) { in Goto() function in v8::internal::wasm::WasmFullDecoder
/external/clang/tools/libclang/
DCIndex.cpp5500 if (const GotoStmt *Goto = dyn_cast_or_null<GotoStmt>(S)) in clang_getCursorReferenced() local
/external/v8/src/crankshaft/
Dhydrogen.cc388 void HBasicBlock::Goto(HBasicBlock* block, SourcePosition position, in Goto() function in v8::internal::HBasicBlock