Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-global-gen.cc16 Label return_true(this), return_false(this); in TF_BUILTIN() local
62 Label return_true(this), return_false(this); in TF_BUILTIN() local
Dbuiltins-conversion-gen.cc243 Label return_true(this), return_false(this); in TF_BUILTIN() local
259 Label return_true(this), return_false(this); in TF_BUILTIN() local
Dbuiltins-number-gen.cc77 Label return_true(this), return_false(this); in TF_BUILTIN() local
112 Label return_true(this), return_false(this); in TF_BUILTIN() local
Dbuiltins-proxy-gen.cc420 trap_not_callable(this, Label::kDeferred), return_true(this), in TF_BUILTIN() local
Dbuiltins-object-gen.cc422 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
Dbuiltins-array-gen.cc37 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/
Dcode-stub-assembler.cc8901 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/
Dtest_descr.py1828 def return_true(self, thing=None): function
/external/python/cpython3/Lib/test/
Dtest_descr.py1954 def return_true(self, thing=None): function