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

/openjdk7/hotspot/src/cpu/sparc/vm/
H A DtemplateTable_sparc.cpp457 void TemplateTable::locals_index(Register reg, int offset) { function in class:TemplateTable
500 locals_index(G3_scratch);
506 locals_index(G3_scratch);
509 locals_index(G3_scratch, 3); // get next bytecode's local index.
515 locals_index(G3_scratch);
521 locals_index(G3_scratch);
528 locals_index(G3_scratch);
535 locals_index(G3_scratch);
542 locals_index(G3_scratch);
650 locals_index(G3_scratc
[all...]
/openjdk7/hotspot/src/cpu/x86/vm/
H A DtemplateTable_x86_32.cpp500 void TemplateTable::locals_index(Register reg, int offset) { function in class:TemplateTable
540 locals_index(rbx);
547 locals_index(rbx);
550 locals_index(rbx, 3);
556 locals_index(rbx);
563 locals_index(rbx);
571 locals_index(rbx);
578 locals_index(rbx);
585 locals_index(rbx);
729 locals_index(rb
[all...]
H A DtemplateTable_x86_64.cpp517 void TemplateTable::locals_index(Register reg, int offset) { function in class:TemplateTable
559 locals_index(rbx);
565 locals_index(rbx);
568 locals_index(rbx, 3);
574 locals_index(rbx);
580 locals_index(rbx);
586 locals_index(rbx);
592 locals_index(rbx);
598 locals_index(rbx);
739 locals_index(rb
[all...]

Completed in 137 milliseconds