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

  /external/boringssl/src/crypto/bio/
bio.c 130 static int bio_io(BIO *bio, void *buf, int len, size_t method_offset,
138 *((const io_func_t *)(((const uint8_t *)bio->method) + method_offset));
  /art/compiler/linker/arm64/
relative_patcher_arm64_test.cc 209 uint32_t method_offset,
217 CHECK_ALIGNED(method_offset, 4u);
219 uint32_t adrp_offset = method_offset + num_nops * 4u;
242 uint32_t method_offset,
244 return GenNopsAndAdrpAndUse(num_nops, method_offset, target_offset, kLdrWInsn);
266 uint32_t method_offset,
268 return GenNopsAndAdrpAndUse(num_nops, method_offset, target_offset, kAddXInsn);
    [all...]
  /art/compiler/
oat_writer.cc     [all...]
  /art/compiler/optimizing/
code_generator_arm64.cc 4393 uint32_t method_offset = static_cast<uint32_t>(ImTable::OffsetOfElement( local
4544 size_t method_offset = mirror::Class::EmbeddedVTableEntryOffset( local
    [all...]
code_generator_mips64.cc     [all...]
code_generator_arm.cc 3229 uint32_t method_offset = static_cast<uint32_t>(ImTable::OffsetOfElement( local
8331 uint32_t method_offset = mirror::Class::EmbeddedVTableEntryOffset( local
    [all...]
code_generator_arm_vixl.cc 3265 uint32_t method_offset = static_cast<uint32_t>(ImTable::OffsetOfElement( local
8436 uint32_t method_offset = mirror::Class::EmbeddedVTableEntryOffset( local
    [all...]
code_generator_mips.cc     [all...]
code_generator_x86.cc 2267 uint32_t method_offset = static_cast<uint32_t>(ImTable::OffsetOfElement( local
4278 uint32_t method_offset = mirror::Class::EmbeddedVTableEntryOffset( local
4283 uint32_t method_offset = static_cast<uint32_t>(ImTable::OffsetOfElement( local
4597 uint32_t method_offset = mirror::Class::EmbeddedVTableEntryOffset( local
    [all...]
code_generator_x86_64.cc 1053 size_t method_offset = mirror::Class::EmbeddedVTableEntryOffset( local
2437 uint32_t method_offset = static_cast<uint32_t>(ImTable::OffsetOfElement( local
4150 uint32_t method_offset = mirror::Class::EmbeddedVTableEntryOffset( local
4155 uint32_t method_offset = static_cast<uint32_t>(ImTable::OffsetOfElement( local
    [all...]

Completed in 928 milliseconds