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

  /art/runtime/entrypoints/portable/
portable_cast_entrypoints.cc 50 mirror::Class* component_type = array_class->GetComponentType(); local
52 if (UNLIKELY(!component_type->IsAssignableFrom(element_class))) {
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3d1xshader/include/
dxbc.h 63 uint32_t component_type; member in struct:dxbc_chunk_signature::__anon17775
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/include/
dxbc.h 63 uint32_t component_type; member in struct:dxbc_chunk_signature::__anon31334
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3d1xshader/src/
dxbc_parse.cpp 80 param.ComponentType = (D3D_REGISTER_COMPONENT_TYPE)bswap_le32(sig->elements[i].component_type);
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/src/
dxbc_parse.cpp 80 param.ComponentType = (D3D_REGISTER_COMPONENT_TYPE)bswap_le32(sig->elements[i].component_type);
  /art/compiler/dex/
verified_method.cc 298 verifier::RegType& component_type = method_verifier->GetRegTypeCache() local
300 is_safe_cast = component_type.IsStrictlyAssignableFrom(value_type);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
ipa-prop.h 84 tree component_type; variable
207 return jfunc->value.known_type.component_type;
  /art/runtime/verifier/
method_verifier.cc 1883 RegType& component_type = reg_types_.GetComponentType(array_type, local
3486 RegType& component_type = reg_types_.GetComponentType(array_type, class_loader_->Get()); local
3577 RegType& component_type = reg_types_.GetComponentType(array_type, class_loader_->Get()); local
    [all...]
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_impl.cc 2321 ui::LatencyComponentType component_type = lc->first.first; local
    [all...]
  /art/runtime/
class_linker.cc     [all...]
class_linker_test.cc 102 const std::string& component_type,
111 EXPECT_STREQ(component_type.c_str(), array->GetComponentType()->GetDescriptor(&temp));
    [all...]
  /art/runtime/gc/
heap.cc 542 mirror::Class* component_type = klass->GetComponentType<kVerifyNone>(); local
543 if (IsValidContinuousSpaceObjectAddress(component_type) && klass->IsArrayClass<kVerifyNone>()) {
545 result += SafeGetClassDescriptor(component_type);
    [all...]

Completed in 1781 milliseconds