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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Runtime1.hpp170 static address entry_for(StubID id) { return blob_for(id)->code_begin(); } function in class:Runtime1
/openjdk7/hotspot/src/share/vm/interpreter/
H A DoopMapCache.cpp561 InterpreterOopMap* entry_for) {
572 entry_for->resource_copy(entry);
573 assert(!entry_for->is_empty(), "A non-empty oop map should be returned");
591 // interesting info via parameter entry_for, but we don't add it to
593 compute_one_oop_map(method, bci, entry_for);
602 entry_for->resource_copy(entry);
603 assert(!entry_for->is_empty(), "A non-empty oop map should be returned");
628 entry_for->resource_copy(entry);
635 assert(!entry_for->is_empty(), "A non-empty oop map should be returned");
559 lookup(methodHandle method, int bci, InterpreterOopMap* entry_for) argument
/openjdk7/hotspot/src/share/vm/oops/
H A DinstanceKlass.cpp820 InterpreterOopMap* entry_for) {
831 _oop_map_cache->lookup(method, bci, entry_for);
819 mask_for(methodHandle method, int bci, InterpreterOopMap* entry_for) argument

Completed in 527 milliseconds