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

  /art/runtime/
method_handles-inl.h 96 const Primitive::Type to_type = to_types->GetWithoutChecks(i)->GetPrimitiveType(); local
124 if (Primitive::Is64BitType(to_type)) {
126 } else if (to_type == Primitive::kPrimNot) {
method_handles.cc 202 const Primitive::Type to_type = to->GetPrimitiveType(); local
217 if (IsPrimitiveType(from_type) && IsPrimitiveType(to_type)) {
219 if (UNLIKELY(!ConvertPrimitiveValueNoThrow(from_type, to_type, src_value, value))) {
224 } else if (IsReferenceType(from_type) && IsReferenceType(to_type)) {
240 } else if (IsReferenceType(to_type)) {
274 DCHECK(IsPrimitiveType(to_type));
291 if (UNLIKELY(!ConvertPrimitiveValueNoThrow(unboxed_type, to_type, unboxed_value, value))) {
    [all...]
  /external/libnl/include/netlink-private/route/
tc-api.h 40 enum rtnl_tc_type to_type; member in struct:rtnl_tc_ops
  /toolchain/binutils/binutils-2.25/bfd/
elf32-i386.c 1290 unsigned int to_type = from_type; local
    [all...]
elf64-x86-64.c 1392 unsigned int to_type = from_type; local
    [all...]

Completed in 254 milliseconds