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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIR.cpp376 assert(info_for_exception == NULL, "instanceof throws no exceptions");
1442 void LIR_List::instanceof(LIR_Opr result, LIR_Opr object, ciKlass* klass, LIR_Opr tmp1, LIR_Opr tmp2, LIR_Opr tmp3, bool fast_check, CodeEmitInfo* info_for_patch, ciMethod* profiled_method, int profiled_bci) { function in class:LIR_List
1750 case lir_instanceof: s = "instanceof"; break;
/openjdk7/hotspot/src/cpu/x86/vm/
H A DtemplateTable_x86_32.cpp3458 void TemplateTable::instanceof() { function in class:TemplateTable
3504 // rax, = 0: obj == NULL or obj is not an instanceof the specified klass
3505 // rax, = 1: obj != NULL and obj is an instanceof the specified klass
H A DtemplateTable_x86_64.cpp3519 void TemplateTable::instanceof() { function in class:TemplateTable
3570 // rax = 0: obj == NULL or obj is not an instanceof the specified klass
3571 // rax = 1: obj != NULL and obj is an instanceof the specified klass

Completed in 422 milliseconds