OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:constworklist
(Results
1 - 1
of
1
) sorted by null
/dalvik/vm/compiler/codegen/x86/
BytecodeVisitor.cpp
445
int
constWorklist
[10];
512
//! perform work on
constWorklist
519
//int indexOrig =
constWorklist
[k];
523
setVRToNonConst(
constWorklist
[k], OpndSize_32);
528
//! if yes, update constVRTable; otherwise, update
constWorklist
529
//! if a bytecode uses vA (const), and updates vA to non const, getConstInfo will return false and update
constWorklist
to make sure when lowering the bytecode, vA is treated as constant
570
constWorklist
[num_const_worklist] = vA;
596
constWorklist
[num_const_worklist] = vA;
598
constWorklist
[num_const_worklist] = vA+1;
628
constWorklist
[num_const_worklist] = vA
[
all
...]
Completed in 1740 milliseconds