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

Completed in 38 milliseconds