Searched defs:offsetNCG (Results 1 - 2 of 2) sorted by relevance

/dalvik/vm/compiler/codegen/x86/
H A DLower.cpp45 int offsetPC/*offset in bytecode*/, offsetNCG/*byte offset in native code*/; variable
482 ALOGI("LOWER bytecode %x at offsetPC %x offsetNCG %x @%p",
486 offsetNCG = stream - streamMethodStart;
488 mapFromBCtoNCG[offsetPC] = offsetNCG;
H A DLower.h467 int offsetNCG; //PC in native code member in struct:NCGWorklist
481 int offsetNCG; //PC in native code member in struct:DataWorklist
490 u4 offsetNCG; member in struct:MapWorklist
528 extern int offsetNCG;

Completed in 459 milliseconds