Searched defs:return_true (Results 1 – 9 of 9) sorted by relevance
/external/v8/src/builtins/ |
D | builtins-global-gen.cc | 16 Label return_true(this), return_false(this); in TF_BUILTIN() local 62 Label return_true(this), return_false(this); in TF_BUILTIN() local
|
D | builtins-conversion-gen.cc | 243 Label return_true(this), return_false(this); in TF_BUILTIN() local 259 Label return_true(this), return_false(this); in TF_BUILTIN() local
|
D | builtins-number-gen.cc | 77 Label return_true(this), return_false(this); in TF_BUILTIN() local 112 Label return_true(this), return_false(this); in TF_BUILTIN() local
|
D | builtins-proxy-gen.cc | 420 trap_not_callable(this, Label::kDeferred), return_true(this), in TF_BUILTIN() local
|
D | builtins-object-gen.cc | 422 Label call_runtime(this), return_true(this), return_false(this), in TF_BUILTIN() local 1394 Label return_true(this), return_false(this); in TF_BUILTIN() local
|
D | builtins-array-gen.cc | 37 Label false_continue(this), return_true(this); in FindProcessor() local 52 Label false_continue(this), return_true(this); in FindIndexProcessor() local 77 Label false_continue(this), return_true(this); in SomeProcessor() local 2895 Label call_runtime(this), return_true(this), return_false(this); in TF_BUILTIN() local
|
/external/v8/src/ |
D | code-stub-assembler.cc | 8901 Label return_false(this), return_true(this), in HasInPrototypeChain() local 10173 Label return_true(this), return_false(this), do_float_comparison(this), in RelationalComparison() local 11456 Label call_runtime(this, Label::kDeferred), return_true(this), in HasProperty() local 11687 if_nohandler(this, Label::kDeferred), return_true(this), in InstanceOf() local
|
/external/python/cpython2/Lib/test/ |
D | test_descr.py | 1828 def return_true(self, thing=None): function
|
/external/python/cpython3/Lib/test/ |
D | test_descr.py | 1954 def return_true(self, thing=None): function
|