Lines Matching refs:_library
54 void* Disassembler::_library = NULL;
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_name));
132 ((_library != NULL)