HomeSort by relevance Sort by last modified time
    Searched refs:isObj (Results 1 - 4 of 4) sorted by null

  /dalvik/vm/compiler/codegen/x86/
LowerGetPut.cpp 444 int iget_iput_common_nohelper(int tmp, int flag, u2 vA, u2 vB, int isObj, bool isVolatile) {
470 if(isObj > 0) {
503 if(isObj) {
528 int iget_iput_common(int tmp, int flag, u2 vA, u2 vB, int isObj, bool isVolatile) {
529 return iget_iput_common_nohelper(tmp, flag, vA, vB, isObj, isVolatile);
657 int sget_sput_common(int flag, u2 vA, u2 tmp, bool isObj, bool isVolatile) {
698 if(isObj) {
778 int op_sput(bool isObj) {
781 int retval = sget_sput_common(SPUT, vA, tmp, isObj, false);
878 int iput_quick_common(bool isObj) {
    [all...]
Lower.h     [all...]
  /dalvik/vm/oo/
Class.cpp     [all...]
  /cts/suite/pts/hostTests/browser/browserlauncher/assets/octane/js/
jquery.js 617 isObj = length === undefined || jQuery.isFunction( object );
620 if ( isObj ) {
636 if ( isObj ) {
    [all...]

Completed in 539 milliseconds