Lines Matching refs:classPtr
40 ClassObject *classPtr = in check_cast_nohelper() local
42 ALOGV("in check_cast, class is resolved to %p", classPtr); in check_cast_nohelper()
43 if(classPtr != NULL) { in check_cast_nohelper()
45 ALOGV("check_cast class %s", classPtr->descriptor); in check_cast_nohelper()
82 move_imm_to_reg(OpndSize_32, (int)classPtr, PhysicalReg_EAX, true); in check_cast_nohelper()
325 ClassObject *classPtr = in op_new_instance() local
327 assert(classPtr != NULL); in op_new_instance()
328 assert(classPtr->status & CLASS_INITIALIZED); in op_new_instance()
333 assert((classPtr->accessFlags & (ACC_INTERFACE|ACC_ABSTRACT)) == 0); in op_new_instance()
337 move_imm_to_mem(OpndSize_32, (int)classPtr, 0, PhysicalReg_ESP, true); in op_new_instance()
401 void *classPtr = (void*) in op_new_array() local
403 assert(classPtr != NULL); in op_new_array()
409 move_imm_to_mem(OpndSize_32, (int)classPtr, 0, PhysicalReg_ESP, true); in op_new_array()
442 ClassObject *classPtr = in common_filled_new_array() local
444 if(classPtr != NULL) ALOGI("FILLED_NEW_ARRAY class %s", classPtr->descriptor); in common_filled_new_array()
474 move_imm_to_mem(OpndSize_32, (int)classPtr, 0, PhysicalReg_ESP, true); in common_filled_new_array()