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

  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_regalloc.h 56 unsigned class_ids[RC_REG_CLASS_COUNT]; member in struct:rc_regalloc_state
radeon_pair_regalloc.c 539 node_classes[node_index] = ra_state->class_ids[class_index];
702 s->class_ids[class->ID] = ra_alloc_reg_class(s->regs);
710 s->class_ids[class->ID], reg_id);
725 ra_q_values[s->class_ids[i]][s->class_ids[j]] =
  /cts/hostsidetests/security/securityPatch/CVE-2016-8482/
poc.c 101 __u64 class_ids; member in struct:nvhost_submit_args
150 //.class_ids = (intptr_t)&ret
  /art/runtime/jdwp/
jdwp_handler.cc 402 std::vector<RefTypeId> class_ids; local
404 class_ids.push_back(request->ReadRefTypeId());
408 JdwpError rc = Dbg::GetInstanceCounts(class_ids, &counts);
    [all...]
  /art/runtime/
debugger.h 353 static JDWP::JdwpError GetInstanceCounts(const std::vector<JDWP::RefTypeId>& class_ids,
    [all...]
debugger.cc 889 JDWP::JdwpError Dbg::GetInstanceCounts(const std::vector<JDWP::RefTypeId>& class_ids,
896 for (size_t i = 0; i < class_ids.size(); ++i) {
898 ObjPtr<mirror::Class> c = DecodeClass(class_ids[i], &error);
    [all...]

Completed in 520 milliseconds