Searched defs:codePtr (Results 1 - 5 of 5) sorted by relevance

/dalvik/vm/compiler/codegen/x86/
H A DLower.cpp411 bool lowerByteCodeJit(const Method* method, const u2* codePtr, MIR* mir) { argument
412 rPC = (u2*)codePtr;
H A DCodegenInterface.cpp1237 const u2 *codePtr; local
1287 codePtr = startCodePtr + mir->offset;
H A DLower.h435 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 member in struct:LabelMap
468 char* codePtr; //code for native jump instruction member in struct:NCGWorklist
482 char* codePtr; //code for native instruction add_imm_reg imm, %edx member in struct:DataWorklist
1146 int imm, char* codePtr);
1204 bool lowerByteCodeJit(const Method* method, const u2* codePtr, MIR* mir);
H A DLowerHelper.cpp265 int imm, char* codePtr) {
266 encoder_imm(m, size, imm, codePtr);
264 dump_imm_with_codeaddr(Mnemonic m, OpndSize size, int imm, char* codePtr) argument
/dalvik/vm/compiler/
H A DFrontend.cpp24 static inline bool contentIsInsn(const u2 *codePtr) { argument
25 u2 instr = *codePtr;
38 static inline int parseInsn(const u2 *codePtr, DecodedInstruction *decInsn, argument
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; local
329 while (codePtr < codeEnd) {
331 int width = parseInsn(codePtr,
902 processCanBranch(CompilationUnit *cUnit, BasicBlock *curBlock, MIR *insn, int curOffset, int width, int flags, const u2* codePtr, const u2* codeEnd) argument
1068 processCanThrow(CompilationUnit *cUnit, BasicBlock *curBlock, MIR *insn, int curOffset, int width, int flags, BitVector *tryBlockAddr, const u2 *codePtr, const u2* codeEnd) argument
1168 const u2 *codePtr = dexCode->insns; local
1362 const u2 *codePtr = cUnit->method->insns + curOffset; local
1645 const u2 *codePtr = dexCode->insns + curOffset; local
[all...]

Completed in 96 milliseconds