Searched defs:if_true (Results 1 – 8 of 8) sorted by relevance
/external/v8/src/x64/ |
D | full-codegen-x64.cc | 607 Label* if_true, in DoTest() 620 Label* if_true, in Split() 688 Label* if_true, in PrepareForBailoutBeforeSplit() 2323 Label* if_true = NULL; in EmitIsSmi() local 2344 Label* if_true = NULL; in EmitIsNonNegativeSmi() local 2365 Label* if_true = NULL; in EmitIsObject() local 2397 Label* if_true = NULL; in EmitIsSpecObject() local 2419 Label* if_true = NULL; in EmitIsUndetectableObject() local 2444 Label* if_true = NULL; in EmitIsStringWrapperSafeForDefaultValueOf() local 2526 Label* if_true = NULL; in EmitIsFunction() local [all …]
|
/external/v8/src/ia32/ |
D | full-codegen-ia32.cc | 666 Label* if_true, in DoTest() 679 Label* if_true, in Split() 748 Label* if_true, in PrepareForBailoutBeforeSplit() 2429 Label* if_true = NULL; in EmitIsSmi() local 2450 Label* if_true = NULL; in EmitIsNonNegativeSmi() local 2471 Label* if_true = NULL; in EmitIsObject() local 2503 Label* if_true = NULL; in EmitIsSpecObject() local 2525 Label* if_true = NULL; in EmitIsUndetectableObject() local 2550 Label* if_true = NULL; in EmitIsStringWrapperSafeForDefaultValueOf() local 2633 Label* if_true = NULL; in EmitIsFunction() local [all …]
|
/external/v8/src/arm/ |
D | full-codegen-arm.cc | 681 Label* if_true, in DoTest() 701 Label* if_true, in Split() 773 Label* if_true, in PrepareForBailoutBeforeSplit() 2490 Label* if_true = NULL; in EmitIsSmi() local 2511 Label* if_true = NULL; in EmitIsNonNegativeSmi() local 2532 Label* if_true = NULL; in EmitIsObject() local 2565 Label* if_true = NULL; in EmitIsSpecObject() local 2587 Label* if_true = NULL; in EmitIsUndetectableObject() local 2612 Label* if_true = NULL; in EmitIsStringWrapperSafeForDefaultValueOf() local 2697 Label* if_true = NULL; in EmitIsFunction() local [all …]
|
/external/v8/src/mips/ |
D | full-codegen-mips.cc | 689 Label* if_true, in DoTest() 710 Label* if_true, in Split() 781 Label* if_true, in PrepareForBailoutBeforeSplit() 2514 Label* if_true = NULL; in EmitIsSmi() local 2535 Label* if_true = NULL; in EmitIsNonNegativeSmi() local 2556 Label* if_true = NULL; in EmitIsObject() local 2587 Label* if_true = NULL; in EmitIsSpecObject() local 2610 Label* if_true = NULL; in EmitIsUndetectableObject() local 2635 Label* if_true = NULL; in EmitIsStringWrapperSafeForDefaultValueOf() local 2717 Label* if_true = NULL; in EmitIsFunction() local [all …]
|
/external/v8/src/ |
D | full-codegen.cc | 523 Label** if_true, in PrepareTest() 535 Label** if_true, in PrepareTest() 546 Label** if_true, in PrepareTest() 557 Label** if_true, in PrepareTest()
|
D | full-codegen.h | 367 Label* if_true, in VisitForControl()
|
D | hydrogen.h | 657 HBasicBlock* if_true, in TestContext() 675 HBasicBlock* if_true() const { return if_true_; } in if_true() function
|
D | hydrogen.cc | 2185 HBasicBlock* if_true = owner->graph()->CreateBasicBlock(); in FunctionState() local 4050 HBasicBlock* if_true = graph()->CreateBasicBlock(); in HandlePolymorphicStoreNamedField() local 4804 HBasicBlock* if_true = graph()->CreateBasicBlock(); in HandlePolymorphicElementAccess() local 5094 HBasicBlock* if_true = graph()->CreateBasicBlock(); in HandlePolymorphicCallNamed() local 5434 HBasicBlock* if_true = inlined_test_context()->if_true(); in TryInline() local
|