/external/v8/src/ |
D | objects-debug.cc | 151 JSGlobalObject::cast(this)->JSGlobalObjectVerify(); in HeapObjectVerify() 504 void JSGlobalObject::JSGlobalObjectVerify() { in JSGlobalObjectVerify() 508 i < JSGlobalObject::kSize; in JSGlobalObjectVerify()
|
D | contexts.cc | 50 return JSGlobalObject::cast(object)->builtins(); in builtins()
|
D | objects-printer.cc | 145 JSGlobalObject::cast(this)->JSGlobalObjectPrint(out); in HeapObjectPrint() 787 void JSGlobalObject::JSGlobalObjectPrint(FILE* out) { in JSGlobalObjectPrint()
|
D | bootstrapper.cc | 735 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()
|
D | profile-generator.cc | 2583 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()
|
D | objects.h | 844 V(JSGlobalObject) \ 5965 class JSGlobalObject: public GlobalObject { 5968 static inline JSGlobalObject* cast(Object* obj); 5985 DISALLOW_IMPLICIT_CONSTRUCTORS(JSGlobalObject);
|
D | factory.cc | 1239 instance_size += JSGlobalObject::kSize; in CreateApiFunction()
|
D | objects-inl.h | 739 TYPE_CHECKER(JSGlobalObject, JS_GLOBAL_OBJECT_TYPE) in TYPE_CHECKER() argument 1444 return JSGlobalObject::kSize; in GetHeaderSize() 2152 CAST_ACCESSOR(JSGlobalObject) in CAST_ACCESSOR()
|
D | liveobjectlist.cc | 105 v(JSGlobalObject, "JSGlobal") \
|
/external/chromium_org/v8/src/ |
D | objects-debug.cc | 164 JSGlobalObject::cast(this)->JSGlobalObjectVerify(); in HeapObjectVerify() 611 void JSGlobalObject::JSGlobalObjectVerify() { in JSGlobalObjectVerify() 615 i < JSGlobalObject::kSize; in JSGlobalObjectVerify()
|
D | contexts.cc | 50 return JSGlobalObject::cast(object)->builtins(); in builtins()
|
D | bootstrapper.cc | 720 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()
|
D | objects-printer.cc | 162 JSGlobalObject::cast(this)->JSGlobalObjectPrint(out); in HeapObjectPrint() 933 void JSGlobalObject::JSGlobalObjectPrint(FILE* out) { in JSGlobalObjectPrint()
|
D | heap-snapshot-generator.cc | 1972 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()
|
D | stub-cache.cc | 1305 Handle<JSGlobalObject> global = last.is_null() in NonexistentHandlerFrontend() 1306 ? Handle<JSGlobalObject>::cast(type->AsConstant()) in NonexistentHandlerFrontend() 1307 : Handle<JSGlobalObject>::cast(last); in NonexistentHandlerFrontend()
|
D | objects.h | 1043 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);
|
D | stub-cache.h | 442 Handle<JSGlobalObject> global,
|
D | objects-inl.h | 799 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()
|
D | factory.cc | 1552 instance_size += JSGlobalObject::kSize; in CreateApiFunction()
|
D | ic.cc | 1017 ? Type::Constant(Handle<JSGlobalObject>::cast(object)) in CurrentTypeOf() 1027 return handle(Handle<JSGlobalObject>::cast(type->AsConstant())->map()); in TypeToMap()
|
D | objects.cc | 2217 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/ |
D | stub-cache-x64.cc | 840 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/ |
D | stub-cache-ia32.cc | 849 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/ |
D | stub-cache-arm.cc | 418 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/ |
D | stub-cache-mips.cc | 408 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()
|