Home
last modified time | relevance | path

Searched refs:object_function (Results 1 – 21 of 21) sorted by relevance

/external/v8/src/
Dbootstrapper.cc482 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 …]
Dliveobjectlist.cc578 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()
Dcontexts.h106 V(OBJECT_FUNCTION_INDEX, JSFunction, object_function) \
Djson-parser.h289 isolate()->global_context()->object_function()); in ParseJsonObject()
Dfactory.cc1359 CopyMap(Handle<Map>(context->object_function()->initial_map()), in ObjectLiteralMapFromCache()
Dheap.cc3548 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()
Disolate.cc570 Handle<JSObject> stack_frame = factory()->NewJSObject(object_function()); in CaptureCurrentStackTrace()
Druntime.cc325 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()
Dobjects.cc1562 (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()
Dapi.cc4801 isolate->factory()->NewJSObject(isolate->object_function()); in New()
/external/chromium_org/v8/src/
Dbootstrapper.cc473 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 …]
Dfactory.cc606 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()
Dcontexts.h107 V(OBJECT_FUNCTION_INDEX, JSFunction, object_function) \
Djson-parser.h59 object_constructor_(isolate_->native_context()->object_function(), in JsonParser()
Druntime.cc225 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()
Disolate.cc559 Handle<JSObject> stack_frame = factory()->NewJSObject(object_function()); in CaptureCurrentStackTrace()
Dapi.cc5823 i_isolate->factory()->NewJSObject(i_isolate->object_function()); in New()
/external/chromium_org/v8/test/cctest/
Dtest-alloc.cc53 *CcTest::i_isolate()->object_function())->ToObjectChecked(); in AllocateAfterFailures()
Dtest-heap.cc650 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/
Dtest-alloc.cc64 *Isolate::Current()->object_function())->ToObjectChecked(); in AllocateAfterFailures()
Dtest-heap.cc566 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()