Searched refs:kInvalidObject (Results 1 - 3 of 3) sorted by relevance

/art/runtime/jdwp/
H A Dobject_registry.h90 static mirror::Object* const kInvalidObject; member in class:art::ObjectRegistry::mirror
H A Dobject_registry.cc25 mirror::Object* const ObjectRegistry::kInvalidObject = reinterpret_cast<mirror::Object*>(1); member in class:art::mirror::ObjectRegistry
132 return kInvalidObject;
/art/runtime/
H A Ddebugger.cc407 if (o == NULL || o == ObjectRegistry::kInvalidObject) {
422 if (o == NULL || o == ObjectRegistry::kInvalidObject) {
439 if (thread_peer == NULL || thread_peer == ObjectRegistry::kInvalidObject) {
846 if (o == ObjectRegistry::kInvalidObject) {
890 if (o == NULL || o == ObjectRegistry::kInvalidObject) {
921 if (o == NULL || o == ObjectRegistry::kInvalidObject) {
1066 if (o == NULL || o == ObjectRegistry::kInvalidObject) {
1080 if (o == NULL || o == ObjectRegistry::kInvalidObject) {
1094 if (o == NULL || o == ObjectRegistry::kInvalidObject) {
1110 if (o == NULL || o == ObjectRegistry::kInvalidObject) {
[all...]

Completed in 87 milliseconds