Searched refs:dvmIsNonMovingObject (Results 1 – 3 of 3) sorted by relevance
149 bool dvmIsNonMovingObject(const Object* object);
356 bool dvmIsNonMovingObject(const Object* object) in dvmIsNonMovingObject() function
63 if (dvmIsNonMovingObject(value) == false) { in insertString()