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

/openjdk9/hotspot/src/share/vm/interpreter/
H A DoopMapCache.cpp126 void OopMapForCacheEntry::fill_init_vars(GrowableArray<intptr_t> *init_vars) { argument
/openjdk9/hotspot/src/share/vm/oops/
H A DgenerateOopMap.hpp508 virtual void fill_init_vars (GrowableArray<intptr_t> *init_vars) { ShouldNotReachHere();; } argument
530 virtual void fill_init_vars (GrowableArray<intptr_t> *init_vars) { _must_clear_locals = init_vars->length() > 0; } argument
563 virtual void fill_init_vars (GrowableArray<intptr_t> *init_vars) {} argument
/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/
H A DGenerateOopMap.java2317 public void fillInitVars (List/*<Integer>*/ init_vars) { throw new RuntimeException("ShouldNotReachHere"); } argument

Completed in 106 milliseconds