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

  /art/tools/ahat/src/main/com/android/ahat/
DominatedList.java 45 List<AhatInstance> insts = new ArrayList<AhatInstance>(instances); local
46 Collections.sort(insts, Sort.defaultInstanceCompare(snapshot));
47 HeapTable.render(doc, query, id, new TableConfig(), snapshot, insts);
ObjectsHandler.java 44 List<AhatInstance> insts = new ArrayList<AhatInstance>(); local
45 site.getObjects(heapName, className, insts);
46 Collections.sort(insts, Sort.defaultInstanceCompare(mSnapshot));
54 SubsetSelector<AhatInstance> selector = new SubsetSelector(query, OBJECTS_ID, insts);
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/opt/
module.cpp 27 std::vector<Instruction*> insts; local
30 insts.push_back(types_values_[i].get());
32 return insts;
36 std::vector<const Instruction*> insts; local
39 insts.push_back(types_values_[i].get());
41 return insts;
45 std::vector<Instruction*> insts; local
48 insts.push_back(types_values_[i].get());
50 return insts;
54 std::vector<const Instruction*> insts; local
    [all...]
  /system/bt/btif/src/
btif_mce.cc 51 btmce_mas_instance_t insts[BTA_MCE_MAX_MAS_INSTANCES]; local
59 insts[i].id = evt_data->mas[i].instance_id;
60 insts[i].scn = evt_data->mas[i].scn;
61 insts[i].msg_types = evt_data->mas[i].msg_type;
62 insts[i].p_name = evt_data->mas[i].p_srv_name;
67 (bt_status_t)evt_data->status, &addr, evt_data->num_mas, insts);
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_qir_live_variables.c 33 struct qinst *insts[4]; member in struct:partial_update_state
160 if (state->insts[i] &&
161 state->insts[i]->cond ==
165 state->insts[i] = inst;
182 if (state->insts[i] && state->insts[i]->cond)
183 state->insts[i] = NULL;
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_dataflow_deadcode.c 155 struct instruction_state * insts = &s->Instructions[inst->IP]; local
167 insts->WriteMask |= usedmask;
178 insts->WriteALUResult = 1;
186 unsigned int newsrcmask = srcmasks[src] & ~insts->SrcReg[src];
187 insts->SrcReg[src] |= newsrcmask;
  /external/swiftshader/src/Reactor/
Optimizer.cpp 304 auto &insts = singleBasicBlock->getInsts(); local
309 for(Ice::Inst &inst : insts)
  /toolchain/binutils/binutils-2.27/gas/config/
tc-tic4x.c 1238 static tic4x_inst_t *insts = NULL; local
    [all...]
  /external/annotation-tools/asmx/
bcel.jar 
  /external/annotation-tools/asmx/test/lib/
bcel-5.1.jar 
xalan-2.6.0.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
bcel.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/bcel/2.0.1/
bcel-2.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/bcel-findbugs/6.0/
bcel-findbugs-6.0.jar 
  /prebuilts/misc/common/android-support-test/espresso/
espresso_core_release_no_deps.jar 
  /prebuilts/tools/common/m2/repository/com/fasterxml/jackson/core/jackson-databind/2.6.6/
jackson-databind-2.6.6.jar 
  /prebuilts/sdk/tools/jacks/
jack-4.32.CANDIDATE.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar 

Completed in 180 milliseconds