Home
last modified time | relevance | path

Searched refs:return_false (Results 1 – 10 of 10) sorted by relevance

/third_party/node/deps/v8/src/builtins/
Dbuiltins-global-gen.cc16 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()
Dbuiltins-conversion-gen.cc72 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()
Dbuiltins-object-gen.cc364 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()
Dbuiltins-collections-gen.cc2617 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/
Dbool-test.c1 static _Bool return_false(void) in return_false() function
/third_party/mesa3d/bin/pick/
Dcore_test.py266 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/
Dcode-stub-assembler.cc10235 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/
Daccessor-assembler.cc880 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/
Dinterpreter-generator.cc1736 Label return_false(this), end(this); in IGNITION_HANDLER() local
/third_party/node/deps/v8/src/wasm/baseline/
Dliftoff-compiler.cc5629 Label return_false, done; in RefTest() local
5633 SubtypeCheck(decoder, obj, rtt, &return_false, kNullFails, pinned, in RefTest()
5640 __ bind(&return_false); in RefTest()