Searched refs:unimplemented (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/shark/
H A DsharkBuilder.cpp357 // The ARM-specific code here is to work around unimplemented
430 Value* SharkBuilder::unimplemented() { function in class:SharkBuilder
485 unimplemented(),
H A DsharkBuilder.hpp170 llvm::Value* unimplemented();
/openjdk7/hotspot/src/share/vm/interpreter/
H A DtemplateTable.cpp546 _masm->unimplemented( Bytecodes::name(_desc->bytecode()));
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dassembler_x86.hpp2339 void unimplemented(const char* what = "") { char* b = new char[1024]; jio_snprintf(b, 1024, "unimplemented: %s", what); stop(b); } function in class:MacroAssembler
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dassembler_sparc.hpp2384 void unimplemented(const char* what = "") { char* b = new char[1024]; jio_snprintf(b, 1024, "unimplemented: %s", what); stop(b); } function in class:MacroAssembler

Completed in 56 milliseconds