Home
last modified time | relevance | path

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

/external/clang/test/CodeGenObjCXX/
Darc-globals.mm11 // CHECK-NEXT: {{store i8*.*@global_obj}}
13 id global_obj = getObject();
/external/v8/src/profiler/
Dheap-snapshot-generator.cc1166 JSGlobalObject* global_obj = JSGlobalObject::cast(obj); in ExtractJSObjectReferences() local
1167 SetInternalReference(global_obj, entry, "native_context", in ExtractJSObjectReferences()
1168 global_obj->native_context(), in ExtractJSObjectReferences()
1170 SetInternalReference(global_obj, entry, "global_proxy", in ExtractJSObjectReferences()
1171 global_obj->global_proxy(), in ExtractJSObjectReferences()
2217 Handle<JSGlobalObject> global_obj = enumerator.at(i); in TagGlobalObjects() local
2219 Utils::ToLocal(Handle<JSObject>::cast(global_obj))); in TagGlobalObjects()
/external/v8/test/cctest/interpreter/
Dtest-interpreter.cc808 Handle<i::Object> global_obj = in TEST() local
810 CHECK_EQ(Smi::cast(*global_obj), Smi::FromInt(999)); in TEST()
864 Handle<i::Object> global_obj = in TEST() local
866 CHECK_EQ(Smi::cast(*global_obj), Smi::FromInt(999)); in TEST()
/external/v8/test/cctest/
Dtest-heap-profiler.cc101 const v8::HeapGraphNode* global_obj = in GetGlobalObject() local
104 reinterpret_cast<const i::HeapEntry*>(global_obj))->name(), 6)); in GetGlobalObject()
105 return global_obj; in GetGlobalObject()