Searched refs:_library (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/compiler/
H A Ddisassembler.hpp59 static void* _library; member in class:Disassembler
H A Ddisassembler.cpp54 void* Disassembler::_library = NULL; member in class:Disassembler
100 _library = os::dll_load(buf, ebuf, sizeof ebuf);
101 if (_library == NULL) {
105 _library = os::dll_load(buf, ebuf, sizeof ebuf);
107 if (_library == NULL) {
115 _library = os::dll_load(buf, ebuf, sizeof ebuf);
119 if (_library == NULL) {
123 _library = os::dll_load(buf, ebuf, sizeof ebuf);
125 if (_library != NULL) {
127 os::dll_lookup(_library, decode_instructions_nam
[all...]

Completed in 30 milliseconds