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

/openjdk7/hotspot/src/share/vm/shark/
H A DsharkCacheDecache.hpp90 GrowableArray<ScopeValue*>* exparray() const { function in class:SharkDecacher
/openjdk7/hotspot/src/share/vm/opto/
H A Doutput.cpp881 // Insert expression stack entries into the exparray
882 GrowableArray<ScopeValue*> *exparray = new GrowableArray<ScopeValue*>(num_exps); local
884 FillLocArray( idx, sfn, sfn->stack(jvms, idx), exparray, objs );
949 DebugToken *expvals = debug_info()->create_scope_values(exparray);

Completed in 38 milliseconds