Searched defs:DONT_OVERRIDE (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dcode-stubs.h777 DONT_OVERRIDE,
1608 AllocationSiteOverrideMode override_mode = DONT_OVERRIDE)
1625 : CommonArrayConstructorStub(isolate, kind, DONT_OVERRIDE) {}
1641 AllocationSiteOverrideMode override_mode = DONT_OVERRIDE)
1659 : CommonArrayConstructorStub(isolate, kind, DONT_OVERRIDE) {}
1606 ArrayNoArgumentConstructorStub( Isolate* isolate, ElementsKind kind, AllocationSiteOverrideMode override_mode = DONT_OVERRIDE) argument
1639 ArraySingleArgumentConstructorStub( Isolate* isolate, ElementsKind kind, AllocationSiteOverrideMode override_mode = DONT_OVERRIDE) argument

Completed in 1181 milliseconds