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

  /system/tools/hidl/c2hal/
c2hal_y.yy 115 %left ARRAY_SUBSCRIPT FUNCTION_CALL
478 | ID '(' args ')' %prec FUNCTION_CALL {
  /toolchain/binutils/binutils-2.25/gold/
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/v8/src/
factory.cc 23 // Calls the FUNCTION_CALL function and retries it up to three times
36 #define CALL_HEAP_FUNCTION(ISOLATE, FUNCTION_CALL, TYPE) \
38 AllocationResult __allocation__ = FUNCTION_CALL; \
46 __allocation__ = FUNCTION_CALL; \
54 __allocation__ = FUNCTION_CALL; \
    [all...]

Completed in 500 milliseconds