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

  /dalvik/vm/compiler/
Frontend.cpp 24 static inline bool contentIsInsn(const u2 *codePtr) {
25 u2 instr = *codePtr;
38 static inline int parseInsn(const u2 *codePtr, DecodedInstruction *decInsn,
42 if (!contentIsInsn(codePtr)) {
46 u2 instr = *codePtr;
49 dexDecodeInstruction(codePtr, decInsn);
52 ALOGD("%p: %#06x %s", codePtr, opcode, decodedString);
276 const u2 *codePtr = dexCode->insns;
329 while (codePtr < codeEnd) {
331 int width = parseInsn(codePtr, &dalvikInsn, false)
    [all...]
  /dalvik/vm/compiler/codegen/x86/
CodegenInterface.cpp     [all...]
Lower.h 435 globalMap: global labels where codePtr points to the label
437 globalWorklist: global labels where codePtr points to an instruciton using the label
443 globalShortMap: local labels where codePtr points to the label
445 globalShortWorklist: local labels where codePtr points to an instruction using the label
453 char* codePtr; //code corresponding to the label or code that uses the label
468 char* codePtr; //code for native jump instruction
482 char* codePtr; //code for native instruction add_imm_reg imm, %edx
    [all...]

Completed in 158 milliseconds