OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NCGWorklist
(Results
1 - 2
of
2
) sorted by null
/dalvik/vm/compiler/codegen/x86/
LowerJump.cpp
54
NCGWorklist
* globalNCGWorklist;
655
ALOGI("insert
NCGWorklist
(goto forward) @ %p offsetPC %x relativePC %x offsetNCG %x", stream, offsetPC, relativePC, offsetNCG2);
657
NCGWorklist
* item = (
NCGWorklist
*)malloc(sizeof(
NCGWorklist
));
717
NCGWorklist
* ptr = globalNCGWorklist;
734
NCGWorklist
* ptr = globalNCGWorklist;
[
all
...]
Lower.h
463
typedef struct
NCGWorklist
{
469
struct
NCGWorklist
* nextItem;
471
}
NCGWorklist
;
512
extern
NCGWorklist
* globalNCGWorklist;
[
all
...]
Completed in 47 milliseconds