HomeSort by relevance Sort by last modified time
    Searched refs:return_true (Results 1 - 15 of 15) sorted by null

  /bionic/tests/libs/
dlopen_testlib_ifunc.c 38 const char* return_true() { function
55 return g_flag == 0 ? return_false : return_true;
  /external/v8/src/interpreter/
interpreter-intrinsics.cc 125 InterpreterAssembler::Label if_not_smi(assembler_), return_true(assembler_),
131 __ Branch(condition, &return_true, &return_false);
133 __ Bind(&return_true);
153 InterpreterAssembler::Label return_true(assembler_), return_false(assembler_),
162 __ Branch(condition, &return_true, &return_false);
164 __ Bind(&return_true);
  /external/v8/src/
code-stubs.cc     [all...]
builtins.cc 317 Label call_runtime(assembler), return_true(assembler),
325 &return_true);
332 assembler->Bind(&return_true);
352 Label call_runtime(assembler), return_true(assembler),
371 assembler->TryHasOwnProperty(object, map, instance_type, key, &return_true,
376 &return_true, &return_false, &call_runtime);
378 assembler->Bind(&return_true);
    [all...]
code-stub-assembler.cc 2283 GotoIf(WordEqual(object_prototype, callable_prototype), &return_true); local
    [all...]
  /art/compiler/optimizing/
intrinsics_mips64.cc 1396 Mips64Label return_true; local
    [all...]
intrinsics_arm.cc 1047 Label return_true; local
    [all...]
intrinsics_arm64.cc 1231 vixl::Label return_true; local
    [all...]
intrinsics_mips.cc 1986 MipsLabel return_true; local
    [all...]
intrinsics_x86.cc 1305 NearLabel end, return_true, return_false; local
    [all...]
intrinsics_x86_64.cc 1412 NearLabel end, return_true, return_false; local
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_descr.py 1702 def return_true(self, thing=None): function in function:.test_special_method_lookup
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_descr.py 1702 def return_true(self, thing=None): function in function:.test_special_method_lookup
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_descr.py 1702 def return_true(self, thing=None): function in function:.test_special_method_lookup
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_descr.py 1702 def return_true(self, thing=None): function in function:.test_special_method_lookup
    [all...]

Completed in 219 milliseconds