Searched defs:bytecodeOffset (Results 1 - 3 of 3) sorted by relevance

/dalvik/vm/compiler/codegen/x86/
H A DLower.cpp312 bool bytecodeIsRemoved(const Method* method, u4 bytecodeOffset) { argument
314 u4 ncgOff = mapFromBCtoNCG[bytecodeOffset];
315 int k = bytecodeOffset+1;
/dalvik/vm/compiler/codegen/arm/
H A DAssemble.cpp1999 u4 bytecodeOffset; member in struct:jitProfileAddrToLine
2004 static int addrToLineCb (void *cnxt, u4 bytecodeOffset, u4 lineNum) argument
2009 if (addrToLine->bytecodeOffset >= bytecodeOffset) {
/dalvik/vm/compiler/codegen/mips/
H A DAssemble.cpp1365 u4 bytecodeOffset; member in struct:jitProfileAddrToLine
1370 static int addrToLineCb (void *cnxt, u4 bytecodeOffset, u4 lineNum) argument
1375 if (addrToLine->bytecodeOffset >= bytecodeOffset) {

Completed in 78 milliseconds