HomeSort by relevance Sort by last modified time
    Searched refs:method_offset (Results 1 - 8 of 8) 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 214 uint32_t method_offset,
222 CHECK_ALIGNED(method_offset, 4u);
224 uint32_t adrp_offset = method_offset + num_nops * 4u;
247 uint32_t method_offset,
249 return GenNopsAndAdrpAndUse(num_nops, method_offset, target_offset, kLdrWInsn);
273 uint32_t method_offset,
275 return GenNopsAndAdrpAndUse(num_nops, method_offset, target_offset, kAddXInsn);
    [all...]
  /art/compiler/optimizing/
code_generator_arm64.cc 4446 uint32_t method_offset = static_cast<uint32_t>(ImTable::OffsetOfElement( local
4589 size_t method_offset = mirror::Class::EmbeddedVTableEntryOffset( local
    [all...]
code_generator_mips64.cc     [all...]
code_generator_arm_vixl.cc 3756 uint32_t method_offset = static_cast<uint32_t>(ImTable::OffsetOfElement( local
9132 uint32_t method_offset = mirror::Class::EmbeddedVTableEntryOffset( local
    [all...]
code_generator_mips.cc 7009 uint32_t method_offset = static_cast<uint32_t>(ImTable::OffsetOfElement( local
7297 size_t method_offset = mirror::Class::EmbeddedVTableEntryOffset( local
8817 uint32_t method_offset = mirror::Class::EmbeddedVTableEntryOffset( local
8824 uint32_t method_offset = static_cast<uint32_t>(ImTable::OffsetOfElement( local
    [all...]
code_generator_x86.cc 2274 uint32_t method_offset = static_cast<uint32_t>(ImTable::OffsetOfElement( local
4285 uint32_t method_offset = mirror::Class::EmbeddedVTableEntryOffset( local
4290 uint32_t method_offset = static_cast<uint32_t>(ImTable::OffsetOfElement( local
4589 uint32_t method_offset = mirror::Class::EmbeddedVTableEntryOffset( local
    [all...]
code_generator_x86_64.cc 1038 size_t method_offset = mirror::Class::EmbeddedVTableEntryOffset( local
2438 uint32_t method_offset = static_cast<uint32_t>(ImTable::OffsetOfElement( local
4151 uint32_t method_offset = mirror::Class::EmbeddedVTableEntryOffset( local
4156 uint32_t method_offset = static_cast<uint32_t>(ImTable::OffsetOfElement( local
    [all...]

Completed in 84 milliseconds