HomeSort by relevance Sort by last modified time
    Searched defs:direct_code (Results 1 - 3 of 3) sorted by null

  /art/compiler/dex/
dex_to_dex_compiler.cc 284 uintptr_t direct_code; local
292 &direct_code, &direct_method);
  /art/compiler/optimizing/
sharpening.cc 57 // TODO: Use direct_method and direct_code for the appropriate StringFactory method.
66 uintptr_t direct_code, direct_method; local
75 &direct_code,
97 ((direct_method == 0u || direct_code == static_cast<uintptr_t>(-1))) &&
121 if (direct_code != 0u) { // Should we use a direct pointer to the code?
125 if (direct_code != static_cast<uintptr_t>(-1)) { // Is the code pointer known now?
127 direct_code_ptr = direct_code;
  /toolchain/binutils/binutils-2.25/bfd/
elf32-m68hc11.c 498 unsigned char direct_code;
1010 bfd_put_8 (abfd, rinfo->direct_code,
496 unsigned char direct_code; member in struct:m68hc11_direct_relax
    [all...]

Completed in 5294 milliseconds