/external/v8/src/ |
D | bootstrapper.cc | 482 isolate->object_function(), in CreateEmptyFunction() 523 empty_fm->set_prototype(global_context()->object_function()->prototype()); in CreateEmptyFunction() 744 isolate()->object_function(), NONE)); in CreateNewGlobals() 853 isolate->object_function(), DONT_ENUM)); in InitializeGlobal() 1056 JSObject::cast(global_context()->object_function()->prototype())); in InitializeGlobal() 1162 map->set_prototype(global_context()->object_function()->prototype()); in InitializeGlobal() 1260 factory()->NewJSObject(isolate()->object_function(), TENURED); in InitializeExperimentalGlobal() 1266 factory()->NewJSObject(isolate()->object_function(), TENURED); in InitializeExperimentalGlobal() 1272 factory()->NewJSObject(isolate()->object_function(), TENURED); in InitializeExperimentalGlobal() 1475 factory()->NewJSObject(isolate()->object_function(), TENURED); in InstallNatives() [all …]
|
D | liveobjectlist.cc | 578 detail = factory->NewJSObject(isolate->object_function()); in AddObjDetail() 1155 Handle<JSObject> result = factory->NewJSObject(isolate->object_function()); in Capture() 1307 Handle<JSObject> body = factory->NewJSObject(isolate->object_function()); in DumpPrivate() 1432 Handle<JSObject> detail = factory->NewJSObject(isolate->object_function()); in SummarizePrivate() 1472 Handle<JSObject> body = factory->NewJSObject(isolate->object_function()); in SummarizePrivate() 1570 factory->NewJSObject(isolate->object_function()); in Info() 1600 Handle<JSObject> result = factory->NewJSObject(isolate->object_function()); in Info()
|
D | contexts.h | 106 V(OBJECT_FUNCTION_INDEX, JSFunction, object_function) \
|
D | json-parser.h | 289 isolate()->global_context()->object_function()); in ParseJsonObject()
|
D | factory.cc | 1359 CopyMap(Handle<Map>(context->object_function()->initial_map()), in ObjectLiteralMapFromCache()
|
D | heap.cc | 3548 JSFunction* object_function = in AllocateFunctionPrototype() local 3549 function->context()->global_context()->object_function(); in AllocateFunctionPrototype() 3555 ASSERT(object_function->has_initial_map()); in AllocateFunctionPrototype() 3557 object_function->initial_map()->CopyDropTransitions(); in AllocateFunctionPrototype()
|
D | isolate.cc | 570 Handle<JSObject> stack_frame = factory()->NewJSObject(object_function()); in CaptureCurrentStackTrace()
|
D | runtime.cc | 325 Handle<Map>(context->object_function()->initial_map()), in ComputeObjectLiteralMap() 357 ? Handle<Map>(context->object_function()->initial_map()) in CreateObjectLiteralBoilerplate() 10714 isolate->factory()->NewJSObject(isolate->object_function()); in MaterializeLocalScopeWithFrameInspector() 10808 isolate->factory()->NewJSObject(isolate->object_function()); in MaterializeClosure() 10852 isolate->factory()->NewJSObject(isolate->object_function()); in MaterializeCatchScope() 10872 isolate->factory()->NewJSObject(isolate->object_function()); in MaterializeBlockScope() 10895 isolate->factory()->NewJSObject(isolate->object_function()); in MaterializeModuleScope()
|
D | objects.cc | 1562 (isolate->context()->global_context()->object_function()->map() != map()); in AddFastProperty() 1641 object_function()->map()) { in AddConstantFunctionProperty() 1811 object_function()->map()) { in ConvertDescriptorToFieldAndMapTransition() 2467 (global_context->object_function()->map() != map()); in GetElementsTransitionMapSlow()
|
D | api.cc | 4801 isolate->factory()->NewJSObject(isolate->object_function()); in New()
|
/external/chromium_org/v8/src/ |
D | bootstrapper.cc | 473 isolate->object_function(), in CreateEmptyFunction() 515 native_context()->object_function()->prototype()); in CreateEmptyFunction() 729 isolate()->object_function(), NONE)); in CreateNewGlobals() 842 isolate->object_function(), DONT_ENUM)); in InitializeGlobal() 1112 JSObject::cast(native_context()->object_function()->prototype())); in InitializeGlobal() 1225 map->set_prototype(native_context()->object_function()->prototype()); in InitializeGlobal() 1365 factory()->NewJSObject(isolate()->object_function(), TENURED); in InitializeExperimentalGlobal() 1392 Handle<Map> object_map(native_context()->object_function()->initial_map()); in InitializeExperimentalGlobal() 1610 factory()->NewJSObject(isolate()->object_function(), TENURED); in InstallInternalArray() 1708 factory()->NewJSObject(isolate()->object_function(), TENURED); in InstallNatives() [all …]
|
D | factory.cc | 606 Handle<JSFunction> object_function(native_context->object_function()); in NewFunctionPrototype() local 607 ASSERT(object_function->has_initial_map()); in NewFunctionPrototype() 608 new_map = Map::Copy(handle(object_function->initial_map())); in NewFunctionPrototype() 1732 CopyMap(Handle<Map>(context->object_function()->initial_map()), in ObjectLiteralMapFromCache()
|
D | contexts.h | 107 V(OBJECT_FUNCTION_INDEX, JSFunction, object_function) \
|
D | json-parser.h | 59 object_constructor_(isolate_->native_context()->object_function(), in JsonParser()
|
D | runtime.cc | 225 Handle<Map>(context->object_function()->initial_map()), in ComputeObjectLiteralMap() 257 ? Handle<Map>(context->object_function()->initial_map()) in CreateObjectLiteralBoilerplate() 11534 isolate->factory()->NewJSObject(isolate->object_function()); in MaterializeLocalScope() 11641 isolate->factory()->NewJSObject(isolate->object_function()); in MaterializeClosure() 11718 isolate->factory()->NewJSObject(isolate->object_function()); in MaterializeCatchScope() 11754 isolate->factory()->NewJSObject(isolate->object_function()); in MaterializeBlockScope() 11777 isolate->factory()->NewJSObject(isolate->object_function()); in MaterializeModuleScope() 12837 isolate->factory()->NewJSObject(isolate->object_function()); in RUNTIME_FUNCTION() 13661 isolate->factory()->NewJSObject(isolate->object_function()); in RUNTIME_FUNCTION() 13775 isolate->factory()->NewJSObject(isolate->object_function()); in RUNTIME_FUNCTION()
|
D | isolate.cc | 559 Handle<JSObject> stack_frame = factory()->NewJSObject(object_function()); in CaptureCurrentStackTrace()
|
D | api.cc | 5823 i_isolate->factory()->NewJSObject(i_isolate->object_function()); in New()
|
/external/chromium_org/v8/test/cctest/ |
D | test-alloc.cc | 53 *CcTest::i_isolate()->object_function())->ToObjectChecked(); in AllocateAfterFailures()
|
D | test-heap.cc | 650 JSFunction* object_function = JSFunction::cast(raw_object); in TEST() local 651 Handle<JSFunction> constructor(object_function); in TEST() 796 JSFunction* object_function = JSFunction::cast(raw_object); in TEST() local 797 Handle<JSFunction> constructor(object_function); in TEST() 970 CcTest::i_isolate()->native_context()->object_function()); in TEST()
|
/external/v8/test/cctest/ |
D | test-alloc.cc | 64 *Isolate::Current()->object_function())->ToObjectChecked(); in AllocateAfterFailures()
|
D | test-heap.cc | 566 JSFunction* object_function = JSFunction::cast(raw_object); in TEST() local 567 Handle<JSFunction> constructor(object_function); in TEST() 710 JSFunction* object_function = JSFunction::cast(raw_object); in TEST() local 711 Handle<JSFunction> constructor(object_function); in TEST() 875 Isolate::Current()->global_context()->object_function()); in TEST()
|