HomeSort by relevance Sort by last modified time
    Searched defs:poolIndex (Results 1 - 25 of 27) sorted by null

1 2

  /art/tools/dexfuzz/src/dexfuzz/program/mutators/
NewInstanceChanger.java 147 ContainsPoolIndex poolIndex = ((ContainsPoolIndex)newInstanceInsn.insn.info.format);
149 poolIndex.setPoolIndex(newInstanceInsn.insn, mutation.newInstanceTypeIdx);
181 ContainsPoolIndex poolIndex =((ContainsPoolIndex)insn.insn.info.format);
182 long oldMethodIdx = poolIndex.getPoolIndex(insn.insn);
193 poolIndex.setPoolIndex(insn.insn, mutation.newInstanceTypeIdx);
  /art/tools/dexfuzz/src/dexfuzz/rawdex/
Instruction.java 249 long poolIndex = ((ContainsPoolIndex)format).getPoolIndex(this);
250 repr += " meth@" + poolIndex;
280 long poolIndex = ((ContainsPoolIndex)format).getPoolIndex(this);
281 repr += " pool@" + poolIndex;
  /frameworks/ml/nn/runtime/
ModelBuilder.cpp 68 .location = {.poolIndex = 0, .offset = 0, .length = 0},
93 operand.location = {.poolIndex = 0,
115 .poolIndex = 0, .offset = existingSize + extraBytes, .length = valueLength};
121 // The values for poolIndex and offset will be set when the model is finished.
122 typedef decltype(operand.location.poolIndex) PoolIndexType;
124 operand.location = {.poolIndex = ~PoolIndexType(0), .offset = ~OffsetType(0),
158 uint32_t poolIndex = mMemories.add(&mLargeValueMemory);
160 << poolIndex;
165 operand.location.poolIndex = poolIndex;
    [all...]
ExecutionBuilder.cpp 60 locationAndLength = {.poolIndex = 0, .offset = 0, .length = length};
65 uint32_t poolIndex, uint32_t offset, uint32_t length) {
78 locationAndLength = {.poolIndex = poolIndex, .offset = offset, .length = length};
84 uint32_t poolIndex, uint32_t offset) {
91 {.poolIndex = poolIndex, .offset = offset, .length = sizeOfData(operand)};
173 uint32_t poolIndex = mMemories.add(memory);
174 return mInputs[index].setFromMemory(mModel->getInputOperand(index), type, poolIndex, offset,
213 uint32_t poolIndex = mMemories.add(memory)
    [all...]
  /frameworks/ml/nn/common/
CpuExecutor.cpp 251 auto poolIndex = from.location.poolIndex;
252 nnAssert(poolIndex < modelPoolInfos.size());
253 auto& r = modelPoolInfos[poolIndex];
291 auto poolIndex = from.location.poolIndex;
292 nnAssert(poolIndex < requestPoolInfos.size());
293 auto& r = requestPoolInfos[poolIndex];
    [all...]
  /external/guice/lib/build/
bnd-0.0.384.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bnd/1.50.0/
bnd-1.50.0.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bndlib/1.50.0/
bndlib-1.50.0.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/aether/aether-util/0.9.0.M3/
aether-util-0.9.0.M3.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/aether/aether-util/1.0.2.v20150114/
aether-util-1.0.2.v20150114.jar 
  /prebuilts/tools/common/m2/repository/org/antlr/ST4/4.0.8/
ST4-4.0.8.jar 
  /prebuilts/tools/common/offline-m2/org/antlr/ST4/4.0.8/
ST4-4.0.8.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-common/4.1.0.CR3/
netty-common-4.1.0.CR3.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-common/4.1.3.Final/
netty-common-4.1.3.Final.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-common/4.1.6.Final/
netty-common-4.1.6.Final.jar 
  /prebuilts/jdk/jdk8/darwin-x86/lib/
sa-jdi.jar 
  /prebuilts/jdk/jdk8/linux-x86/lib/
sa-jdi.jar 
  /prebuilts/tools/common/m2/repository/org/antlr/antlr4/4.5.3/
antlr4-4.5.3.jar 
  /prebuilts/tools/common/offline-m2/org/antlr/antlr4/4.5.3/
antlr4-4.5.3.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.2.2_r1.2-robolectric-r1.jar 
android-all-4.3_r2-robolectric-r1.jar 
android-all-4.4_r1-robolectric-r2.jar 
android-all-5.0.2_r3-robolectric-r0.jar 

Completed in 328 milliseconds

1 2