HomeSort by relevance Sort by last modified time
    Searched full:dchecked_integral_cast (Results 1 - 5 of 5) sorted by null

  /art/runtime/base/
casts.h 91 inline Dest dchecked_integral_cast(const Source source) { function in namespace:art
  /art/compiler/
elf_writer_debug.cc 211 header.PushUint32(dchecked_integral_cast<uint32_t>(address_to_fde_offset_map.size()));
215 int32_t fde_address = dchecked_integral_cast<int32_t>(address_to_fde_offset.second);
elf_writer_quick.cc 80 EncodeUnsignedLeb128(buffer, dchecked_integral_cast<uint32_t>(location - address));
  /art/runtime/
trace.cc 865 if (dchecked_integral_cast<size_t>(new_offset) > buffer_size_) {
    [all...]
  /art/runtime/verifier/
method_verifier.cc     [all...]

Completed in 97 milliseconds