Home
last modified time | relevance | path

Searched refs:instance_prototype (Results 1 – 14 of 14) sorted by relevance

/external/chromium_org/v8/src/
Dic-inl.h150 return handle(JSObject::cast(constructor->instance_prototype())->map()); in GetCodeCacheHolder()
Dbootstrapper.cc725 JSObject::cast(js_global_function->instance_prototype())); in CreateNewGlobals()
1916 Handle<JSObject>(JSObject::cast(function->instance_prototype())); in InstallNatives()
1954 JSObject::cast(array_constructor->instance_prototype())); in InstallNatives()
Dast.cc678 return Handle<JSObject>(JSObject::cast(function->instance_prototype())); in GetPrototypeForPrimitiveCheck()
Dobjects.cc141 holder = native_context->number_function()->instance_prototype(); in Lookup()
143 holder = native_context->string_function()->instance_prototype(); in Lookup()
145 holder = native_context->symbol_function()->instance_prototype(); in Lookup()
147 holder = native_context->boolean_function()->instance_prototype(); in Lookup()
990 holder = native_context->number_function()->instance_prototype(); in GetElementWithReceiver()
992 holder = native_context->string_function()->instance_prototype(); in GetElementWithReceiver()
994 holder = native_context->symbol_function()->instance_prototype(); in GetElementWithReceiver()
996 holder = native_context->boolean_function()->instance_prototype(); in GetElementWithReceiver()
1039 return context->number_function()->instance_prototype(); in GetPrototype()
1052 return context->number_function()->instance_prototype(); in GetPrototype()
[all …]
Dstub-cache.cc1224 Object* prototype = JSFunction::cast(function)->instance_prototype(); in HandlerFrontendHeader()
Dobjects-inl.h5204 Object* JSFunction::instance_prototype() { in instance_prototype() function
5218 return instance_prototype(); in prototype()
Dobjects.h7332 inline Object* instance_prototype();
/external/v8/src/
Dbootstrapper.cc740 JSObject::cast(js_global_function->instance_prototype())); in CreateNewGlobals()
1688 Handle<JSObject>(JSObject::cast(function->instance_prototype())); in InstallNatives()
1726 JSObject::cast(array_constructor->instance_prototype())); in InstallNatives()
Dtype-info.cc275 return Handle<JSObject>(JSObject::cast(function->instance_prototype())); in GetPrototypeForPrimitiveCheck()
Dobjects.cc144 holder = global_context->number_function()->instance_prototype(); in Lookup()
146 holder = global_context->string_function()->instance_prototype(); in Lookup()
148 holder = global_context->boolean_function()->instance_prototype(); in Lookup()
661 holder = global_context->number_function()->instance_prototype(); in GetElementWithReceiver()
663 holder = global_context->string_function()->instance_prototype(); in GetElementWithReceiver()
665 holder = global_context->boolean_function()->instance_prototype(); in GetElementWithReceiver()
708 return context->number_function()->instance_prototype(); in GetPrototype()
722 return context->number_function()->instance_prototype(); in GetPrototype()
725 return context->string_function()->instance_prototype(); in GetPrototype()
728 return context->boolean_function()->instance_prototype(); in GetPrototype()
Dobjects-inl.h3979 Object* JSFunction::instance_prototype() { in instance_prototype() function
3993 return instance_prototype(); in prototype()
Dobjects.h5793 inline Object* instance_prototype();
Dheap.cc3680 prototype = fun->instance_prototype(); in AllocateInitialMap()
Druntime.cc7912 prototype = Handle<Object>(function->instance_prototype(), isolate); in TrySettingInlineConstructStub()