HomeSort by relevance Sort by last modified time
    Searched full:opindex (Results 1 - 23 of 23) sorted by null

  /dalvik/vm/mterp/x86/
OP_EXECUTE_INLINE.S 8 * (*gDvmInlineOpsTable[opIndex].func)(arg0, arg1, arg2, arg3, pResult)
74 * eax: opIndex
78 SPILL_TMP1(%eax) # save opIndex
79 call dvmResolveInlineNative # dvmResolveInlineNative(opIndex)
83 UNSPILL_TMP1(%eax) # in case not resolved, restore opIndex
90 UNSPILL_TMP1(%eax) # restore opIndex
  /external/chromium-trace/trace-viewer/src/cc/
picture_ops_list_view.js 68 item.opIndex = op.opIndex;
115 this.selectedOpIndex_ = op.opIndex;
149 for (var opIndex = 0; opIndex < ops.length; opIndex++) {
150 var op = ops[opIndex];
151 op.opIndex = opIndex;
  /dalvik/vm/
InlineNative.h 105 * Perform the operation specified by "opIndex".
115 JValue* pResult, int opIndex)
117 return (*gDvmInlineOpsTable[opIndex].func)(arg0, arg1, arg2, arg3, pResult);
124 JValue* pResult, int opIndex);
129 extern "C" Method* dvmResolveInlineNative(int opIndex);
InlineNative.cpp 867 Method* dvmResolveInlineNative(int opIndex)
869 assert(opIndex >= 0 && opIndex < NELEM(gDvmInlineOpsTable));
870 Method* method = gDvm.inlinedMethods[opIndex];
876 gDvmInlineOpsTable[opIndex].classDescriptor,
877 gDvmInlineOpsTable[opIndex].methodName,
878 gDvmInlineOpsTable[opIndex].methodSignature);
885 gDvm.inlinedMethods[opIndex] = method;
901 JValue* pResult, int opIndex)
903 Method* method = dvmResolveInlineNative(opIndex);
    [all...]
  /external/javassist/src/main/javassist/bytecode/
CodeAnalyzer.java 189 private void checkTarget(int opIndex, int target, int codeLength,
194 throw new BadBytecode("bad branch offset at " + opIndex);
201 "," + d + ") at " + opIndex);
  /dalvik/vm/mterp/
gen-mterp.py 329 def loadAndEmitAltStub(source, opindex):
330 op = opcodes[opindex]
334 dict.update({ "opcode":op, "opnum":opindex })
373 def loadAndEmitC(location, opindex):
374 op = opcodes[opindex]
379 dict.update({ "opcode":op, "opnum":opindex })
389 def loadAndEmitAsm(location, opindex, sister_list):
390 op = opcodes[opindex]
393 dict.update({ "opcode":op, "opnum":opindex })
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/MCTargetDesc/
R600MCCodeEmitter.cpp 215 unsigned int OpIndex;
216 for (OpIndex = 1; OpIndex < NumOperands; OpIndex++) {
218 if (MI.getOperand(OpIndex).isImm() || MI.getOperand(OpIndex).isFPImm()) {
221 EmitSrc(MI, OpIndex, OS);
225 for ( ; OpIndex < 4; OpIndex++) {
  /external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/
R600MCCodeEmitter.cpp 215 unsigned int OpIndex;
216 for (OpIndex = 1; OpIndex < NumOperands; OpIndex++) {
218 if (MI.getOperand(OpIndex).isImm() || MI.getOperand(OpIndex).isFPImm()) {
221 EmitSrc(MI, OpIndex, OS);
225 for ( ; OpIndex < 4; OpIndex++) {
  /external/chromium_org/third_party/skia/src/core/
SkPicturePlayback.h 88 virtual bool preDraw(int opIndex, int type);
89 virtual void postDraw(int opIndex);
SkPicturePlayback.cpp 674 bool SkPicturePlayback::preDraw(int opIndex, int type) {
678 void SkPicturePlayback::postDraw(int opIndex) {
762 int opIndex = -1;
785 opIndex++;
786 if (this->preDraw(opIndex, op)) {
    [all...]
  /external/skia/src/core/
SkPicturePlayback.h 88 virtual bool preDraw(int opIndex, int type);
89 virtual void postDraw(int opIndex);
SkPicturePlayback.cpp 674 bool SkPicturePlayback::preDraw(int opIndex, int type) {
678 void SkPicturePlayback::postDraw(int opIndex) {
762 int opIndex = -1;
785 opIndex++;
786 if (this->preDraw(opIndex, op)) {
    [all...]
  /dalvik/vm/mterp/armv5te/
OP_EXECUTE_INLINE_RANGE.S 62 * r10: opIndex
OP_EXECUTE_INLINE.S 69 * r10: opIndex
  /dalvik/vm/mterp/mips/
OP_EXECUTE_INLINE.S 81 * rBIX: opIndex
OP_EXECUTE_INLINE_RANGE.S 68 * rBIX: opIndex
  /dalvik/vm/compiler/template/
gen-template.py 195 def loadAndEmitAsm(location, opindex, sister_list):
196 op = opcodes[opindex]
199 dict.update({ "opcode":op, "opnum":opindex })
  /ndk/sources/host-tools/sed-4.2.1/doc/
sed-in.texi 193 @opindex --version
199 @opindex --help
208 @opindex -n
209 @opindex --quiet
210 @opindex --silent
221 @opindex -e
222 @opindex --expression
229 @opindex -f
230 @opindex --file
237 @opindex -
    [all...]
sed.texi 194 @opindex --version
200 @opindex --help
209 @opindex -n
210 @opindex --quiet
211 @opindex --silent
222 @opindex -e
223 @opindex --expression
230 @opindex -f
231 @opindex --file
238 @opindex -
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
  /external/qemu/
ppc-dis.c 5279 const unsigned char *opindex; local
    [all...]
  /dalvik/vm/mterp/out/
InterpAsm-x86.S     [all...]
  /external/clang/test/
cxx-sections.data     [all...]

Completed in 3850 milliseconds