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

/openjdk9/hotspot/src/share/vm/classfile/
H A DstackMapTableFormat.hpp731 int num_locals() const { return Bytes::get_Java_u2(num_locals_addr()); } function in class:full_frame
752 void set_num_locals(int num_locals) { argument
753 Bytes::put_Java_u2(num_locals_addr(), num_locals); local
674 create_at( address addr, int offset_delta, int num_locals, verification_type_info* locals, int stack_slots, verification_type_info* stack) argument
701 calculate_size( int num_locals, verification_type_info* locals, int stack_slots, verification_type_info* stack) argument
[all...]
/openjdk9/hotspot/src/share/vm/ci/
H A DciTypeFlow.cpp1519 int num_locals = _outer->max_locals(); local

Completed in 54 milliseconds