Searched defs:return_true (Results 1 – 9 of 9) sorted by relevance
/third_party/node/deps/v8/src/builtins/ |
D | builtins-global-gen.cc | 16 Label return_true(this), return_false(this); in TF_BUILTIN() local 65 Label return_true(this), return_false(this); in TF_BUILTIN() local
|
D | builtins-conversion-gen.cc | 72 Label return_true(this), return_false(this); in TF_BUILTIN() local
|
D | builtins-object-gen.cc | 364 Label call_runtime(this), return_true(this), return_false(this), in TF_BUILTIN() local 1158 Label return_true(this), return_false(this); in TF_BUILTIN() local
|
/third_party/mesa3d/bin/pick/ |
D | core_test.py | 262 async def return_true(*_, **__) -> bool: member in TestResolveNomination
|
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/ |
D | gstrtpsession.c | 1356 return_true (gpointer key, gpointer value, gpointer user_data) in return_true() function
|
D | gstrtpbin.c | 1009 return_true (gpointer key, gpointer value, gpointer user_data) in return_true() function
|
/third_party/node/deps/v8/src/codegen/ |
D | code-stub-assembler.cc | 10235 Label return_false(this), return_true(this), in HasInPrototypeChain() local 11975 Label return_true(this), return_false(this), do_float_comparison(this), in RelationalComparison() local 13444 Label call_runtime(this, Label::kDeferred), return_true(this), in HasProperty() local 13723 if_nohandler(this, Label::kDeferred), return_true(this), in InstanceOf() local
|
/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
|
/third_party/python/Lib/test/ |
D | test_descr.py | 2029 def return_true(self, thing=None): function
|