/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-global-gen.cc | 16 Label return_true(this), return_false(this); in TF_BUILTIN() 41 BranchIfFloat64IsNaN(Float64Sub(num_value, num_value), &return_false, in TF_BUILTIN() local 57 BIND(&return_false); in TF_BUILTIN() 65 Label return_true(this), return_false(this); in TF_BUILTIN() 77 GotoIf(TaggedIsSmi(num), &return_false); in TF_BUILTIN() local 90 BranchIfFloat64IsNaN(num_value, &return_true, &return_false); in TF_BUILTIN() 105 BIND(&return_false); in TF_BUILTIN()
|
H A D | builtins-conversion-gen.cc | 72 Label return_true(this), return_false(this); in TF_BUILTIN() 73 BranchIfToBooleanIsTrue(value, &return_true, &return_false); in TF_BUILTIN() 78 BIND(&return_false); in TF_BUILTIN()
|
H A D | builtins-object-gen.cc | 364 Label call_runtime(this), return_true(this), return_false(this), in TF_BUILTIN() 389 &return_true, &return_false, &call_runtime); in TF_BUILTIN() 394 &return_true, &return_false, &return_false, in TF_BUILTIN() 410 &return_false); in TF_BUILTIN() local 415 GotoIf(IsNumber(key), &return_false); in TF_BUILTIN() local 416 Branch(IsName(CAST(key)), &return_false, &call_runtime); in TF_BUILTIN() 421 BIND(&return_false); in TF_BUILTIN() 1158 Label return_true(this), return_false(this); in TF_BUILTIN() 1159 BranchIfSameValue(left, right, &return_true, &return_false); in TF_BUILTIN() [all...] |
H A D | builtins-collections-gen.cc | 2617 Label return_false(this); 2626 GotoIf(TaggedEqual(index, SmiConstant(-1)), &return_false); 2630 BIND(&return_false); 2781 Label return_false(this); 2790 GotoIf(TaggedEqual(index, SmiConstant(-1)), &return_false); 2794 BIND(&return_false);
|
/third_party/ltp/tools/sparse/sparse-src/validation/backend/ |
H A D | bool-test.c | 1 static _Bool return_false(void) in return_false() function
|
/third_party/mesa3d/bin/pick/ |
H A D | core_test.py | 266 async def return_false(*_, **__) -> bool: member in TestResolveNomination 287 with mock.patch('bin.pick.core.is_commit_in_branch', self.return_false): 344 with mock.patch('bin.pick.core.is_commit_in_branch', self.return_false):
|
/third_party/node/deps/v8/src/codegen/ |
H A D | code-stub-assembler.cc | 10235 Label return_false(this), return_true(this), 10266 GotoIf(IsNull(object_prototype), &return_false); 10279 BIND(&return_false); 11975 Label return_true(this), return_false(this), do_float_comparison(this), 12023 &return_false); 12027 &return_false); 12031 &return_false); 12035 &return_false); 12358 &return_true, &return_false); 12363 &return_true, &return_false); [all...] |
/third_party/node/deps/v8/src/ic/ |
H A D | accessor-assembler.cc | 880 Label return_true(this), return_false(this), return_lookup(this), in HandleLoadICSmiHandlerHasNamedCase() 888 GotoIf(WordEqual(handler_kind, LOAD_KIND(kNonExistent)), &return_false); in HandleLoadICSmiHandlerHasNamedCase() local 908 BIND(&return_false); in HandleLoadICSmiHandlerHasNamedCase()
|
/third_party/node/deps/v8/src/interpreter/ |
H A D | interpreter-generator.cc | 1736 Label return_false(this), end(this); in IGNITION_HANDLER()
|
/third_party/node/deps/v8/src/wasm/baseline/ |
H A D | liftoff-compiler.cc | 5629 Label return_false, done; 5633 SubtypeCheck(decoder, obj, rtt, &return_false, kNullFails, pinned, 5640 __ bind(&return_false);
|