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

/openjdk7/hotspot/src/share/vm/classfile/
H A DstackMapTableFormat.hpp196 inline int number_of_types() const; // number of types contained in the frame
252 int number_of_types() const { return 0; } function in class:same_frame
301 int number_of_types() const { return 0; } function in class:same_frame_extended
365 int number_of_types() const { return 1; } function in class:same_locals_1_stack_item_frame
433 int number_of_types() const { return 1; } function in class:same_locals_1_stack_item_extended
503 int number_of_types() const { return 0; } function in class:chop_frame
571 size_t size() const { return calculate_size(number_of_types(), types()); }
585 int number_of_types() const { function in class:append_frame
598 int nof = number_of_types();
613 for (int i = 0; i < number_of_types();
733 int number_of_types() const { return num_locals(); } function in class:full_frame
817 int stack_map_frame::number_of_types() const { function in class:stack_map_frame
[all...]
/openjdk7/hotspot/src/share/vm/runtime/
H A Drelocator.cpp526 int number_of_types = frame->number_of_types(); local
529 for (int i = 0; i < number_of_types; ++i) {
540 number_of_types = ff->stack_slots(eol);
542 for (int i = 0; i < number_of_types; ++i) {

Completed in 92 milliseconds