Home
last modified time | relevance | path

Searched defs:return_true (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/builtins/
Dbuiltins-global-gen.cc16 Label return_true(this), return_false(this); in TF_BUILTIN() local
65 Label return_true(this), return_false(this); in TF_BUILTIN() local
Dbuiltins-conversion-gen.cc43 Label return_true(this), return_false(this); in TF_BUILTIN() local
Dbuiltins-object-gen.cc357 Label call_runtime(this), return_true(this), return_false(this), in TF_BUILTIN() local
1113 Label return_true(this), return_false(this); in TF_BUILTIN() local
/external/mesa3d/bin/pick/
Dcore_test.py262 async def return_true(*_, **__) -> bool: member in TestResolveNomination
/external/v8/src/codegen/
Dcode-stub-assembler.cc9149 Label return_false(this), return_true(this), in HasInPrototypeChain() local
10627 Label return_true(this), return_false(this), do_float_comparison(this), in RelationalComparison() local
12099 Label call_runtime(this, Label::kDeferred), return_true(this), in HasProperty() local
12391 if_nohandler(this, Label::kDeferred), return_true(this), in InstanceOf() local
/external/v8/src/ic/
Daccessor-assembler.cc693 Label return_true(this), return_false(this), return_lookup(this), in HandleLoadICSmiHandlerHasNamedCase() local
/external/python/cpython2/Lib/test/
Dtest_descr.py1828 def return_true(self, thing=None): function
/external/python/cpython3/Lib/test/
Dtest_descr.py2005 def return_true(self, thing=None): function