/third_party/node/deps/v8/src/builtins/ |
D | builtins-global-gen.cc | 16 Label return_true(this), return_false(this); in TF_BUILTIN() local 41 BranchIfFloat64IsNaN(Float64Sub(num_value, num_value), &return_false, in TF_BUILTIN() 57 BIND(&return_false); in TF_BUILTIN() 65 Label return_true(this), return_false(this); in TF_BUILTIN() local 77 GotoIf(TaggedIsSmi(num), &return_false); in TF_BUILTIN() 90 BranchIfFloat64IsNaN(num_value, &return_true, &return_false); in TF_BUILTIN() 105 BIND(&return_false); in TF_BUILTIN()
|
D | builtins-conversion-gen.cc | 72 Label return_true(this), return_false(this); in TF_BUILTIN() local 73 BranchIfToBooleanIsTrue(value, &return_true, &return_false); in TF_BUILTIN() 78 BIND(&return_false); in TF_BUILTIN()
|
D | builtins-object-gen.cc | 364 Label call_runtime(this), return_true(this), return_false(this), in TF_BUILTIN() local 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() 415 GotoIf(IsNumber(key), &return_false); in TF_BUILTIN() 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() local 1159 BranchIfSameValue(left, right, &return_true, &return_false); in TF_BUILTIN() 1164 BIND(&return_false); in TF_BUILTIN()
|
D | builtins-collections-gen.cc | 2617 Label return_false(this); in TF_BUILTIN() local 2626 GotoIf(TaggedEqual(index, SmiConstant(-1)), &return_false); in TF_BUILTIN() 2630 BIND(&return_false); in TF_BUILTIN() 2781 Label return_false(this); in TF_BUILTIN() local 2790 GotoIf(TaggedEqual(index, SmiConstant(-1)), &return_false); in TF_BUILTIN() 2794 BIND(&return_false); in TF_BUILTIN()
|
/third_party/ltp/tools/sparse/sparse-src/validation/backend/ |
D | bool-test.c | 1 static _Bool return_false(void) in return_false() function
|
/third_party/mesa3d/bin/pick/ |
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/ |
D | code-stub-assembler.cc | 10235 Label return_false(this), return_true(this), in HasInPrototypeChain() local 10266 GotoIf(IsNull(object_prototype), &return_false); in HasInPrototypeChain() 10279 BIND(&return_false); in HasInPrototypeChain() 11975 Label return_true(this), return_false(this), do_float_comparison(this), in RelationalComparison() local 12023 &return_false); in RelationalComparison() 12027 &return_false); in RelationalComparison() 12031 &return_false); in RelationalComparison() 12035 &return_false); in RelationalComparison() 12358 &return_true, &return_false); in RelationalComparison() 12363 &return_true, &return_false); in RelationalComparison() [all …]
|
/third_party/node/deps/v8/src/ic/ |
D | accessor-assembler.cc | 880 Label return_true(this), return_false(this), return_lookup(this), in HandleLoadICSmiHandlerHasNamedCase() local 888 GotoIf(WordEqual(handler_kind, LOAD_KIND(kNonExistent)), &return_false); in HandleLoadICSmiHandlerHasNamedCase() 908 BIND(&return_false); in HandleLoadICSmiHandlerHasNamedCase()
|
/third_party/node/deps/v8/src/interpreter/ |
D | interpreter-generator.cc | 1736 Label return_false(this), end(this); in IGNITION_HANDLER() local
|
/third_party/node/deps/v8/src/wasm/baseline/ |
D | liftoff-compiler.cc | 5629 Label return_false, done; in RefTest() local 5633 SubtypeCheck(decoder, obj, rtt, &return_false, kNullFails, pinned, in RefTest() 5640 __ bind(&return_false); in RefTest()
|