Home
last modified time | relevance | path

Searched refs:JSGlobalObject (Results 1 – 25 of 36) sorted by relevance

12

/external/v8/src/
Dobjects-debug.cc151 JSGlobalObject::cast(this)->JSGlobalObjectVerify(); in HeapObjectVerify()
504 void JSGlobalObject::JSGlobalObjectVerify() { in JSGlobalObjectVerify()
508 i < JSGlobalObject::kSize; in JSGlobalObjectVerify()
Dcontexts.cc50 return JSGlobalObject::cast(object)->builtins(); in builtins()
Dobjects-printer.cc145 JSGlobalObject::cast(this)->JSGlobalObjectPrint(out); in HeapObjectPrint()
787 void JSGlobalObject::JSGlobalObjectPrint(FILE* out) { in JSGlobalObjectPrint()
Dbootstrapper.cc735 JSGlobalObject::kSize, code, true); in CreateNewGlobals()
822 JSGlobalObject::cast(*inner_global)->set_builtins(*builtins_global); in HookUpInnerGlobal()
1453 JSGlobalObject::cast(global_context()->global())->set_builtins(*builtins); in InstallNatives()
1916 Handle<JSGlobalObject> global(JSGlobalObject::cast(global_context->global())); in InstallSpecialObjects()
Dprofile-generator.cc2583 objects_.Add(Handle<JSGlobalObject>(JSGlobalObject::cast(global))); in VisitPointers()
2590 Handle<JSGlobalObject>& at(int i) { return objects_[i]; } in at()
2593 List<Handle<JSGlobalObject> > objects_;
2611 Handle<JSGlobalObject> global_obj = enumerator.at(i); in TagGlobalObjects()
Dobjects.h844 V(JSGlobalObject) \
5965 class JSGlobalObject: public GlobalObject {
5968 static inline JSGlobalObject* cast(Object* obj);
5985 DISALLOW_IMPLICIT_CONSTRUCTORS(JSGlobalObject);
Dfactory.cc1239 instance_size += JSGlobalObject::kSize; in CreateApiFunction()
Dobjects-inl.h739 TYPE_CHECKER(JSGlobalObject, JS_GLOBAL_OBJECT_TYPE) in TYPE_CHECKER() argument
1444 return JSGlobalObject::kSize; in GetHeaderSize()
2152 CAST_ACCESSOR(JSGlobalObject) in CAST_ACCESSOR()
Dliveobjectlist.cc105 v(JSGlobalObject, "JSGlobal") \
/external/chromium_org/v8/src/
Dobjects-debug.cc164 JSGlobalObject::cast(this)->JSGlobalObjectVerify(); in HeapObjectVerify()
611 void JSGlobalObject::JSGlobalObjectVerify() { in JSGlobalObjectVerify()
615 i < JSGlobalObject::kSize; in JSGlobalObjectVerify()
Dcontexts.cc50 return JSGlobalObject::cast(object)->builtins(); in builtins()
Dbootstrapper.cc720 JSGlobalObject::kSize, code, true); in CreateNewGlobals()
811 JSGlobalObject::cast(*inner_global)->set_builtins(*builtins_global); in HookUpInnerGlobal()
1685 JSGlobalObject::cast(native_context()->global_object())-> in InstallNatives()
2156 Handle<JSGlobalObject> global(JSGlobalObject::cast( in InstallSpecialObjects()
Dobjects-printer.cc162 JSGlobalObject::cast(this)->JSGlobalObjectPrint(out); in HeapObjectPrint()
933 void JSGlobalObject::JSGlobalObjectPrint(FILE* out) { in JSGlobalObjectPrint()
Dheap-snapshot-generator.cc1972 objects_.Add(Handle<JSGlobalObject>(JSGlobalObject::cast(global))); in VisitPointers()
1979 Handle<JSGlobalObject>& at(int i) { return objects_[i]; } in at()
1982 List<Handle<JSGlobalObject> > objects_;
1996 Handle<JSGlobalObject> global_obj = enumerator.at(i); in TagGlobalObjects()
Dstub-cache.cc1305 Handle<JSGlobalObject> global = last.is_null() in NonexistentHandlerFrontend()
1306 ? Handle<JSGlobalObject>::cast(type->AsConstant()) in NonexistentHandlerFrontend()
1307 : Handle<JSGlobalObject>::cast(last); in NonexistentHandlerFrontend()
Dobjects.h1043 V(JSGlobalObject) \
7492 class JSGlobalObject: public GlobalObject {
7495 static inline JSGlobalObject* cast(Object* obj);
7498 static Handle<PropertyCell> EnsurePropertyCell(Handle<JSGlobalObject> global,
7504 DECLARE_PRINTER(JSGlobalObject)
7505 DECLARE_VERIFIER(JSGlobalObject)
7511 DISALLOW_IMPLICIT_CONSTRUCTORS(JSGlobalObject);
Dstub-cache.h442 Handle<JSGlobalObject> global,
Dobjects-inl.h799 TYPE_CHECKER(JSGlobalObject, JS_GLOBAL_OBJECT_TYPE) in TYPE_CHECKER() argument
1690 return JSGlobalObject::kSize; in GetHeaderSize()
2679 CAST_ACCESSOR(JSGlobalObject) in CAST_ACCESSOR()
5927 bool JSGlobalObject::IsDetached() { in IsDetached()
Dfactory.cc1552 instance_size += JSGlobalObject::kSize; in CreateApiFunction()
Dic.cc1017 ? Type::Constant(Handle<JSGlobalObject>::cast(object)) in CurrentTypeOf()
1027 return handle(Handle<JSGlobalObject>::cast(type->AsConstant())->map()); in TypeToMap()
Dobjects.cc2217 object = handle(JSGlobalObject::cast(*object)->global_receiver(), isolate); in EnqueueChangeRecord()
5247 return JSGlobalObject::DeleteProperty( in DeleteProperty()
5248 handle(JSGlobalObject::cast(proto)), name, mode); in DeleteProperty()
14979 Handle<PropertyCell> JSGlobalObject::EnsurePropertyCell( in EnsurePropertyCell()
14980 Handle<JSGlobalObject> global, in EnsurePropertyCell()
/external/chromium_org/v8/src/x64/
Dstub-cache-x64.cc840 Handle<JSGlobalObject> global, in GenerateCheckPropertyCell()
845 JSGlobalObject::EnsurePropertyCell(global, name); in GenerateCheckPropertyCell()
862 masm, Handle<JSGlobalObject>::cast(holder), name, scratch1(), miss); in GenerateNegativeHolderLookup()
1207 masm(), Handle<JSGlobalObject>::cast(current), name, in CheckPrototypes()
/external/chromium_org/v8/src/ia32/
Dstub-cache-ia32.cc849 Handle<JSGlobalObject> global, in GenerateCheckPropertyCell()
854 JSGlobalObject::EnsurePropertyCell(global, name); in GenerateCheckPropertyCell()
876 masm, Handle<JSGlobalObject>::cast(holder), name, scratch1(), miss); in GenerateNegativeHolderLookup()
1262 masm(), Handle<JSGlobalObject>::cast(current), name, in CheckPrototypes()
/external/chromium_org/v8/src/arm/
Dstub-cache-arm.cc418 Handle<JSGlobalObject> global, in GenerateCheckPropertyCell()
422 Handle<Cell> cell = JSGlobalObject::EnsurePropertyCell(global, name); in GenerateCheckPropertyCell()
440 masm, Handle<JSGlobalObject>::cast(holder), name, scratch1(), miss); in GenerateNegativeHolderLookup()
1204 masm(), Handle<JSGlobalObject>::cast(current), name, in CheckPrototypes()
/external/chromium_org/v8/src/mips/
Dstub-cache-mips.cc408 Handle<JSGlobalObject> global, in GenerateCheckPropertyCell()
412 Handle<Cell> cell = JSGlobalObject::EnsurePropertyCell(global, name); in GenerateCheckPropertyCell()
429 masm, Handle<JSGlobalObject>::cast(holder), name, scratch1(), miss); in GenerateNegativeHolderLookup()
1191 masm(), Handle<JSGlobalObject>::cast(current), name, in CheckPrototypes()

12