HomeSort by relevance Sort by last modified time
    Searched refs:component_type (Results 1 - 11 of 11) 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::__anon18780
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/include/
dxbc.h 63 uint32_t component_type; member in struct:dxbc_chunk_signature::__anon7118
  /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 297 verifier::RegType& component_type = method_verifier->GetRegTypeCache() local
299 is_safe_cast = component_type.IsStrictlyAssignableFrom(value_type);
  /art/runtime/verifier/
method_verifier.cc 1906 RegType& component_type = reg_types_.GetComponentType(array_type, local
3548 RegType& component_type = reg_types_.GetComponentType(array_type, class_loader_->Get()); local
3639 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 2363 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 562 mirror::Class* component_type = klass->GetComponentType<kVerifyNone>(); local
563 if (IsValidContinuousSpaceObjectAddress(component_type) && klass->IsArrayClass<kVerifyNone>()) {
565 result += SafeGetClassDescriptor(component_type);
    [all...]

Completed in 641 milliseconds