HomeSort by relevance Sort by last modified time
    Searched full:function_call (Results 1 - 25 of 26) sorted by null

1 2

  /art/test/526-checker-caller-callee-regs/src/
Main.java 29 public static int $opt$noinline$function_call(int arg) {
81 int t2 = $opt$noinline$function_call(arg);
  /toolchain/binutils/binutils-2.25/gold/
aarch64-reloc.def 59 ARD(TSTBR14 , STATIC , CFLOW , N, -1, 15,15 , 2,15 , (Symbol::FUNCTION_CALL|Symbol::ABSOLUTE_REF) , TBZNZ )
60 ARD(CONDBR19 , STATIC , CFLOW , N, -1, 20,20 , 2,20 , (Symbol::FUNCTION_CALL|Symbol::ABSOLUTE_REF) , CONDB )
61 ARD(CALL26 , STATIC , CFLOW , Y, -1, 27,27 , 2,27 , (Symbol::FUNCTION_CALL|Symbol::RELATIVE_REF) , CALL )
62 ARD(JUMP26 , STATIC , CFLOW , Y, -1, 27,27 , 2,27 , (Symbol::FUNCTION_CALL|Symbol::RELATIVE_REF) , B )
symtab.h 671 FUNCTION_CALL = 8,
706 if ((flags & FUNCTION_CALL) && this->has_plt_offset())
761 if ((flags & FUNCTION_CALL) && this->is_weak_undefined())
    [all...]
i386.cc     [all...]
sparc.cc     [all...]
powerpc.cc     [all...]
tilegx.cc     [all...]
x86_64.cc     [all...]
arm.cc     [all...]
mips.cc     [all...]
  /external/clang/test/SemaCXX/
cxx0x-initializer-aggregates.cpp 52 void function_call() { function in namespace:aggregate
cxx0x-initializer-scalars.cpp 71 void function_call() { function in namespace:integral
cxx0x-initializer-constructor.cpp 107 C function_call() { function in namespace:objects
cxx0x-initializer-stdinitializerlist.cpp 64 void function_call() { function
  /external/cmockery/cmockery_0_1_2/src/google/
cmockery.h 265 #define expect_assert_failure(function_call) \
273 function_call ; \
275 print_error("Expected assert in %s\n", #function_call); \
  /external/deqp/doc/testspecs/GLES3/
performance.buffer.data_upload.txt 107 function_call.* tests measure the time taken by the corresponding command or the series of
111 modify_after_use.* tests are similar to the function_call.* test but they target a buffer
  /external/v8/src/
factory.cc 18 // Calls the FUNCTION_CALL function and retries it up to three times
31 #define CALL_HEAP_FUNCTION(ISOLATE, FUNCTION_CALL, TYPE) \
33 AllocationResult __allocation__ = FUNCTION_CALL; \
40 __allocation__ = FUNCTION_CALL; \
47 __allocation__ = FUNCTION_CALL; \
    [all...]
  /external/mesa3d/src/glsl/
glsl_parser.yy 203 %type <expression> function_call
419 | function_call
448 function_call:
    [all...]
  /external/deqp/modules/gles3/performance/
es3pBufferDataUploadTests.cpp     [all...]
  /prebuilts/android-emulator/linux-x86_64/lib/gles_mesa/
libGL.so 
libGL.so.1 
libosmesa.so 
  /prebuilts/python/linux-x86/2.7.5/bin/
python 
python2 
python2.7 

Completed in 856 milliseconds

1 2