HomeSort by relevance Sort by last modified time
    Searched refs:SYMBOL (Results 51 - 75 of 405) sorted by null

1 23 4 5 6 7 8 91011>>

  /art/runtime/interpreter/mterp/x86_64/
op_fill_array_data.S 6 call SYMBOL(MterpFillArrayData) # (obj, payload)
op_new_array.S 15 call SYMBOL(MterpNewArray)
op_sput.S 14 call SYMBOL($helper)
op_sput_wide.S 12 call SYMBOL(artSet64IndirectStaticFromMterp)
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/alpha/
elf-usepv-1.d 6 SYMBOL TABLE:
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mach-o/
symbols-5.d 5 SYMBOL TABLE:
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
align-1.d 5 SYMBOL TABLE:
comment-2.d 5 SYMBOL TABLE:
cons-2.d 5 SYMBOL TABLE:
prefix2.d 5 SYMBOL TABLE:
pseudo-1.d 7 SYMBOL TABLE:
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
libdso-1.d 6 # Just check that we actually got a DSO with the dsofn symbol.
10 DYNAMIC SYMBOL TABLE:
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
b-widec1.d 10 SYMBOL TABLE:
bspec1m.d 8 SYMBOL TABLE:
loc10.d 4 # Setting file start through the special symbol.
8 SYMBOL TABLE:
loc1m.d 9 SYMBOL TABLE:
loc2m.d 8 SYMBOL TABLE:
loc3m.d 8 SYMBOL TABLE:
loc4m.d 9 SYMBOL TABLE:
loc8.d 4 # Setting file start through the special symbol, in-source.
8 SYMBOL TABLE:
loc9.d 8 SYMBOL TABLE:
loc9m.d 9 SYMBOL TABLE:
  /art/runtime/interpreter/mterp/out/
mterp_x86_64.S 103 #define SYMBOL(name) _ ## name
108 #define SYMBOL(name) name
322 .global SYMBOL(ExecuteMterpImpl)
334 SYMBOL(ExecuteMterpImpl):
372 call SYMBOL(MterpSetUpHotnessCountdown)
381 .global SYMBOL(artMterpAsmInstructionStart)
382 FUNCTION_TYPE(SYMBOL(artMterpAsmInstructionStart))
383 SYMBOL(artMterpAsmInstructionStart) = .L_op_nop
588 call SYMBOL(MterpThreadFenceForConstructor)
592 call SYMBOL(MterpSuspendCheck
    [all...]
  /art/runtime/interpreter/mterp/x86/
footer.S 22 call SYMBOL(MterpLogDivideByZeroException)
33 call SYMBOL(MterpLogArrayIndexException)
44 call SYMBOL(MterpLogNegativeArraySizeException)
55 call SYMBOL(MterpLogNoSuchMethodException)
66 call SYMBOL(MterpLogNullObjectException)
77 call SYMBOL(MterpLogExceptionThrownException)
90 call SYMBOL(MterpLogSuspendFallback)
115 call SYMBOL(MterpHandleException)
124 call SYMBOL(MterpShouldSwitchInterpreters)
180 call SYMBOL(MterpSuspendCheck) # (self
    [all...]
  /art/runtime/arch/x86/
asm_support_x86.S 36 #define CALLVAR(name) SYMBOL(\name)
50 #define CALLVAR(name) SYMBOL(name&)
97 #define SYMBOL(name) name
101 #define SYMBOL(name) _ ## name
105 // Directive to hide a function symbol.
118 FUNCTION_TYPE(SYMBOL(\c_name))
130 SIZE(SYMBOL(\c_name))

Completed in 621 milliseconds

1 23 4 5 6 7 8 91011>>