/external/v8/src/compiler/ |
D | js-global-object-specialization.h | 51 MaybeHandle<JSGlobalObject> GetGlobalObject(Node* node); 54 bool LookupInScriptContextTable(Handle<JSGlobalObject> global_object,
|
D | js-global-object-specialization.cc | 60 Handle<JSGlobalObject> global_object; in ReduceJSLoadGlobal() 151 Handle<JSGlobalObject> global_object; in ReduceJSStoreGlobal() 266 MaybeHandle<JSGlobalObject> JSGlobalObjectSpecialization::GetGlobalObject( in GetGlobalObject() 275 Handle<JSGlobalObject> global_object, Handle<Name> name, in LookupInScriptContextTable()
|
D | access-builder.cc | 245 FieldAccess access = {kTaggedBase, JSGlobalObject::kGlobalProxyOffset, in ForJSGlobalObjectGlobalProxy() 254 FieldAccess access = {kTaggedBase, JSGlobalObject::kNativeContextOffset, in ForJSGlobalObjectNativeContext()
|
D | node-properties.cc | 381 MaybeHandle<JSGlobalObject> NodeProperties::GetSpecializationGlobalObject( in GetSpecializationGlobalObject() 387 return MaybeHandle<JSGlobalObject>(); in GetSpecializationGlobalObject()
|
D | node-properties.h | 139 static MaybeHandle<JSGlobalObject> GetSpecializationGlobalObject(
|
/external/v8/src/ |
D | isolate-inl.h | 75 Handle<JSGlobalObject> Isolate::global_object() { in global_object() 76 return Handle<JSGlobalObject>(context()->global_object(), this); in global_object()
|
D | bootstrapper.cc | 171 Handle<JSGlobalObject> CreateNewGlobals( 177 void HookUpGlobalProxy(Handle<JSGlobalObject> global_object, 182 void HookUpGlobalObject(Handle<JSGlobalObject> global_object); 188 void InitializeGlobal(Handle<JSGlobalObject> global_object, 898 Handle<JSGlobalObject> Genesis::CreateNewGlobals( in CreateNewGlobals() 938 name, code, prototype, JS_GLOBAL_OBJECT_TYPE, JSGlobalObject::kSize); in CreateNewGlobals() 957 Handle<JSGlobalObject> global_object = in CreateNewGlobals() 989 void Genesis::HookUpGlobalProxy(Handle<JSGlobalObject> global_object, in HookUpGlobalProxy() 1003 void Genesis::HookUpGlobalObject(Handle<JSGlobalObject> global_object) { in HookUpGlobalObject() 1004 Handle<JSGlobalObject> global_object_from_snapshot( in HookUpGlobalObject() [all …]
|
D | lookup.cc | 127 return PrototypeIterator::GetCurrent<JSGlobalObject>(iter); in GetStoreTarget() 249 auto cell = JSGlobalObject::EnsurePropertyCell( in PrepareTransitionToDataProperty() 250 Handle<JSGlobalObject>::cast(receiver), name()); in PrepareTransitionToDataProperty() 493 Handle<JSGlobalObject> global = Handle<JSGlobalObject>::cast(holder); in GetPropertyCell()
|
D | contexts.cc | 121 JSGlobalObject* Context::global_object() { in global_object() 122 return JSGlobalObject::cast(native_context()->extension()); in global_object()
|
D | execution.cc | 132 handle(Handle<JSGlobalObject>::cast(receiver)->global_proxy(), isolate); in Call()
|
/external/v8/src/runtime/ |
D | runtime-scopes.cc | 34 static Object* DeclareGlobals(Isolate* isolate, Handle<JSGlobalObject> global, in DeclareGlobals() 91 Handle<JSGlobalObject> global(isolate->global_object()); in RUNTIME_FUNCTION() 159 Handle<JSGlobalObject> global(isolate->context()->global_object()); in RUNTIME_FUNCTION() 176 Handle<JSGlobalObject> global = isolate->global_object(); in RUNTIME_FUNCTION() 257 return DeclareGlobals(isolate, Handle<JSGlobalObject>::cast(holder), name, in DeclareLookupSlot() 261 Handle<JSGlobalObject> global( in DeclareLookupSlot() 262 JSGlobalObject::cast(context_arg->extension()), isolate); in DeclareLookupSlot() 267 Handle<JSGlobalObject> global( in DeclareLookupSlot() 268 JSGlobalObject::cast(context->global_object()), isolate); in DeclareLookupSlot() 748 Handle<JSGlobalObject> global_object, in FindNameClash() [all …]
|
/external/v8/src/wasm/ |
D | wasm-js.h | 21 static void Install(Isolate* isolate, Handle<JSGlobalObject> global_object);
|
D | wasm-js.cc | 308 void WasmJs::Install(Isolate* isolate, Handle<JSGlobalObject> global) { in Install()
|
/external/v8/src/ic/ppc/ |
D | handler-compiler-ppc.cc | 36 FieldMemOperand(receiver, JSGlobalObject::kGlobalProxyOffset)); in GenerateLoadViaGetter() 78 FieldMemOperand(receiver, JSGlobalObject::kGlobalProxyOffset)); in GenerateStoreViaSetter() 194 MacroAssembler* masm, Handle<JSGlobalObject> global, Handle<Name> name, in GenerateCheckPropertyCell() 196 Handle<PropertyCell> cell = JSGlobalObject::EnsurePropertyCell(global, name); in GenerateCheckPropertyCell() 517 GenerateCheckPropertyCell(masm(), Handle<JSGlobalObject>::cast(current), in CheckPrototypes()
|
/external/v8/src/ic/arm64/ |
D | handler-compiler-arm64.cc | 107 MacroAssembler* masm, Handle<JSGlobalObject> global, Handle<Name> name, in GenerateCheckPropertyCell() 109 Handle<PropertyCell> cell = JSGlobalObject::EnsurePropertyCell(global, name); in GenerateCheckPropertyCell() 250 FieldMemOperand(receiver, JSGlobalObject::kGlobalProxyOffset)); in GenerateStoreViaSetter() 288 FieldMemOperand(receiver, JSGlobalObject::kGlobalProxyOffset)); in GenerateLoadViaGetter() 566 GenerateCheckPropertyCell(masm(), Handle<JSGlobalObject>::cast(current), in CheckPrototypes()
|
/external/v8/src/ic/x87/ |
D | handler-compiler-x87.cc | 31 FieldOperand(receiver, JSGlobalObject::kGlobalProxyOffset)); in GenerateLoadViaGetter() 226 MacroAssembler* masm, Handle<JSGlobalObject> global, Handle<Name> name, in GenerateCheckPropertyCell() 228 Handle<PropertyCell> cell = JSGlobalObject::EnsurePropertyCell(global, name); in GenerateCheckPropertyCell() 258 FieldOperand(receiver, JSGlobalObject::kGlobalProxyOffset)); in GenerateStoreViaSetter() 525 GenerateCheckPropertyCell(masm(), Handle<JSGlobalObject>::cast(current), in CheckPrototypes()
|
/external/v8/src/ic/x64/ |
D | handler-compiler-x64.cc | 209 MacroAssembler* masm, Handle<JSGlobalObject> global, Handle<Name> name, in GenerateCheckPropertyCell() 211 Handle<PropertyCell> cell = JSGlobalObject::EnsurePropertyCell(global, name); in GenerateCheckPropertyCell() 242 FieldOperand(receiver, JSGlobalObject::kGlobalProxyOffset)); in GenerateStoreViaSetter() 286 FieldOperand(receiver, JSGlobalObject::kGlobalProxyOffset)); in GenerateLoadViaGetter() 524 GenerateCheckPropertyCell(masm(), Handle<JSGlobalObject>::cast(current), in CheckPrototypes()
|
/external/v8/src/ic/arm/ |
D | handler-compiler-arm.cc | 36 FieldMemOperand(receiver, JSGlobalObject::kGlobalProxyOffset)); in GenerateLoadViaGetter() 78 FieldMemOperand(receiver, JSGlobalObject::kGlobalProxyOffset)); in GenerateStoreViaSetter() 196 MacroAssembler* masm, Handle<JSGlobalObject> global, Handle<Name> name, in GenerateCheckPropertyCell() 198 Handle<PropertyCell> cell = JSGlobalObject::EnsurePropertyCell(global, name); in GenerateCheckPropertyCell() 519 GenerateCheckPropertyCell(masm(), Handle<JSGlobalObject>::cast(current), in CheckPrototypes()
|
/external/v8/src/ic/ia32/ |
D | handler-compiler-ia32.cc | 31 FieldOperand(receiver, JSGlobalObject::kGlobalProxyOffset)); in GenerateLoadViaGetter() 226 MacroAssembler* masm, Handle<JSGlobalObject> global, Handle<Name> name, in GenerateCheckPropertyCell() 228 Handle<PropertyCell> cell = JSGlobalObject::EnsurePropertyCell(global, name); in GenerateCheckPropertyCell() 258 FieldOperand(receiver, JSGlobalObject::kGlobalProxyOffset)); in GenerateStoreViaSetter() 525 GenerateCheckPropertyCell(masm(), Handle<JSGlobalObject>::cast(current), in CheckPrototypes()
|
/external/v8/src/ic/mips64/ |
D | handler-compiler-mips64.cc | 36 FieldMemOperand(receiver, JSGlobalObject::kGlobalProxyOffset)); in GenerateLoadViaGetter() 78 FieldMemOperand(receiver, JSGlobalObject::kGlobalProxyOffset)); in GenerateStoreViaSetter() 192 MacroAssembler* masm, Handle<JSGlobalObject> global, Handle<Name> name, in GenerateCheckPropertyCell() 194 Handle<PropertyCell> cell = JSGlobalObject::EnsurePropertyCell(global, name); in GenerateCheckPropertyCell() 509 GenerateCheckPropertyCell(masm(), Handle<JSGlobalObject>::cast(current), in CheckPrototypes()
|
/external/v8/src/ic/mips/ |
D | handler-compiler-mips.cc | 36 FieldMemOperand(receiver, JSGlobalObject::kGlobalProxyOffset)); in GenerateLoadViaGetter() 78 FieldMemOperand(receiver, JSGlobalObject::kGlobalProxyOffset)); in GenerateStoreViaSetter() 192 MacroAssembler* masm, Handle<JSGlobalObject> global, Handle<Name> name, in GenerateCheckPropertyCell() 194 Handle<PropertyCell> cell = JSGlobalObject::EnsurePropertyCell(global, name); in GenerateCheckPropertyCell() 509 GenerateCheckPropertyCell(masm(), Handle<JSGlobalObject>::cast(current), in CheckPrototypes()
|
/external/v8/src/ic/ |
D | handler-compiler.cc | 173 Handle<JSGlobalObject> global = in NonexistentFrontendHeader() 175 ? Handle<JSGlobalObject>::cast(isolate()->global_object()) in NonexistentFrontendHeader() 176 : Handle<JSGlobalObject>::cast(holder()); in NonexistentFrontendHeader()
|
D | ic.cc | 296 Handle<JSGlobalObject> global = Handle<JSGlobalObject>::cast(receiver); in TryRemoveInvalidPrototypeDependentStub() 681 Handle<JSGlobalObject> global = Handle<JSGlobalObject>::cast(object); in Load() 1500 Handle<JSGlobalObject> global = Handle<JSGlobalObject>::cast(object); in Store() 1673 Isolate* isolate, Handle<JSObject> receiver, Handle<JSGlobalObject> holder, in PropertyCellStoreHandler() 1707 isolate(), store_target, Handle<JSGlobalObject>::cast(store_target), in CompileHandler() 1790 isolate(), receiver, Handle<JSGlobalObject>::cast(holder), in CompileHandler()
|
D | handler-compiler.h | 80 Handle<JSGlobalObject> global,
|
/external/v8/src/profiler/ |
D | heap-snapshot-generator.cc | 1166 JSGlobalObject* global_obj = JSGlobalObject::cast(obj); in ExtractJSObjectReferences() 1169 JSGlobalObject::kNativeContextOffset); in ExtractJSObjectReferences() 1172 JSGlobalObject::kGlobalProxyOffset); in ExtractJSObjectReferences() 1173 STATIC_ASSERT(JSGlobalObject::kSize - JSObject::kHeaderSize == in ExtractJSObjectReferences() 2126 JSGlobalObject* global = context->global_object(); in SetGcSubrootReference() 2193 objects_.Add(Handle<JSGlobalObject>(JSGlobalObject::cast(global))); in VisitPointers() 2200 Handle<JSGlobalObject>& at(int i) { return objects_[i]; } in at() 2203 List<Handle<JSGlobalObject> > objects_; 2217 Handle<JSGlobalObject> global_obj = enumerator.at(i); in TagGlobalObjects()
|