HomeSort by relevance Sort by last modified time
    Searched full:instance_prototype (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/v8/src/
ic-inl.h 150 return handle(JSObject::cast(constructor->instance_prototype())->map());
objects.cc 141 holder = native_context->number_function()->instance_prototype();
143 holder = native_context->string_function()->instance_prototype();
145 holder = native_context->symbol_function()->instance_prototype();
147 holder = native_context->boolean_function()->instance_prototype();
    [all...]
bootstrapper.cc 725 JSObject::cast(js_global_function->instance_prototype()));
    [all...]
ast.cc 678 return Handle<JSObject>(JSObject::cast(function->instance_prototype()));
    [all...]
stub-cache.cc     [all...]
objects-inl.h 5204 Object* JSFunction::instance_prototype() { function in class:v8::JSFunction
    [all...]
objects.h     [all...]
  /external/v8/src/
bootstrapper.cc 740 JSObject::cast(js_global_function->instance_prototype()));
    [all...]
type-info.cc 275 return Handle<JSObject>(JSObject::cast(function->instance_prototype()));
objects.cc 144 holder = global_context->number_function()->instance_prototype();
146 holder = global_context->string_function()->instance_prototype();
148 holder = global_context->boolean_function()->instance_prototype();
661 holder = global_context->number_function()->instance_prototype();
663 holder = global_context->string_function()->instance_prototype();
665 holder = global_context->boolean_function()->instance_prototype();
708 return context->number_function()->instance_prototype();
722 return context->number_function()->instance_prototype();
725 return context->string_function()->instance_prototype();
728 return context->boolean_function()->instance_prototype();
    [all...]
objects-inl.h 3979 Object* JSFunction::instance_prototype() { function in class:JSFunction
    [all...]
heap.cc     [all...]
objects.h     [all...]
runtime.cc     [all...]

Completed in 1269 milliseconds