Searched refs:global_obj (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/base/android/ |
D | scoped_java_ref_unittest.cc | 73 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/ |
D | arc-globals.mm | 11 // CHECK-NEXT: {{store i8*.*@global_obj}} 13 id global_obj = getObject();
|
/external/chromium_org/v8/src/ |
D | heap-snapshot-generator.cc | 1123 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()
|
D | bootstrapper.cc | 1679 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/ |
D | test-heap-profiler.cc | 58 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/ |
D | test-heap-profiler.cc | 103 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/ |
D | bootstrapper.cc | 1447 Handle<Object> global_obj(global_context()->global()); in InstallNatives() local 1450 builtins, global_symbol, global_obj, attributes)); in InstallNatives()
|
D | profile-generator.cc | 2611 Handle<JSGlobalObject> global_obj = enumerator.at(i); in TagGlobalObjects() local 2613 if (global_obj->GetProperty(*document_string)->ToObject(&obj_document) && in TagGlobalObjects()
|