Home
last modified time | relevance | path

Searched refs:global_obj (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/base/android/
Dscoped_java_ref_unittest.cc73 ScopedJavaGlobalRef<jobject> global_obj(str); in TEST_F() local
78 EXPECT_TRUE(env->IsSameObject(global_obj.obj(), obj_ref2.obj())); in TEST_F()
98 ScopedJavaGlobalRef<jobject> global_obj(global_str); in TEST_F() local
113 ScopedJavaGlobalRef<jobject> global_obj2(global_obj); in TEST_F()
/external/clang/test/CodeGenObjCXX/
Darc-globals.mm11 // CHECK-NEXT: {{store i8*.*@global_obj}}
13 id global_obj = getObject();
/external/chromium_org/v8/src/
Dheap-snapshot-generator.cc1123 GlobalObject* global_obj = GlobalObject::cast(obj); in ExtractJSObjectReferences() local
1124 SetInternalReference(global_obj, entry, in ExtractJSObjectReferences()
1125 "builtins", global_obj->builtins(), in ExtractJSObjectReferences()
1127 SetInternalReference(global_obj, entry, in ExtractJSObjectReferences()
1128 "native_context", global_obj->native_context(), in ExtractJSObjectReferences()
1130 SetInternalReference(global_obj, entry, in ExtractJSObjectReferences()
1131 "global_receiver", global_obj->global_receiver(), in ExtractJSObjectReferences()
1996 Handle<JSGlobalObject> global_obj = enumerator.at(i); in TagGlobalObjects() local
1998 Utils::ToLocal(Handle<JSObject>::cast(global_obj))); in TagGlobalObjects()
Dbootstrapper.cc1679 Handle<Object> global_obj(native_context()->global_object(), isolate()); in InstallNatives() local
1682 builtins, global_string, global_obj, attributes)); in InstallNatives()
/external/v8/test/cctest/
Dtest-heap-profiler.cc58 const v8::HeapGraphNode* global_obj = in GetGlobalObject() local
61 reinterpret_cast<const i::HeapEntry*>(global_obj))->name(), 6)); in GetGlobalObject()
62 return global_obj; in GetGlobalObject()
/external/chromium_org/v8/test/cctest/
Dtest-heap-profiler.cc103 const v8::HeapGraphNode* global_obj = in GetGlobalObject() local
106 reinterpret_cast<const i::HeapEntry*>(global_obj))->name(), 6)); in GetGlobalObject()
107 return global_obj; in GetGlobalObject()
/external/v8/src/
Dbootstrapper.cc1447 Handle<Object> global_obj(global_context()->global()); in InstallNatives() local
1450 builtins, global_symbol, global_obj, attributes)); in InstallNatives()
Dprofile-generator.cc2611 Handle<JSGlobalObject> global_obj = enumerator.at(i); in TagGlobalObjects() local
2613 if (global_obj->GetProperty(*document_string)->ToObject(&obj_document) && in TagGlobalObjects()