Home
last modified time | relevance | path

Searched refs:LoadICProtoArray (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/builtins/
Dbuiltins-ic.cc47 IC_BUILTIN_PARAM(LoadICProtoArray, LoadICProtoArray, false)
48 IC_BUILTIN_PARAM(LoadICProtoArrayThrowIfNonexistent, LoadICProtoArray, true)
Dbuiltins.h230 TFS(LoadICProtoArray, BUILTIN, kNoExtraICState, LoadICProtoArray, 1) \
232 LoadICProtoArray, 1) \
/external/v8/src/
Dcode-factory.cc38 Callable CodeFactory::LoadICProtoArray(Isolate* isolate, in LoadICProtoArray() function in v8::internal::CodeFactory
43 : isolate->builtins()->LoadICProtoArray(), in LoadICProtoArray()
Dcode-factory.h42 static Callable LoadICProtoArray(Isolate* isolate, bool throw_if_nonexistent);
Dinterface-descriptors.h25 V(LoadICProtoArray) \
/external/v8/src/ic/
Daccessor-assembler.h96 void LoadICProtoArray(const LoadICParameters* p, Node* handler,
Daccessor-assembler.cc380 CodeFactory::LoadICProtoArray(isolate(), in HandleLoadICProtoHandlerCase()
1493 void AccessorAssembler::LoadICProtoArray( in LoadICProtoArray() function in v8::internal::AccessorAssembler
1884 LoadICProtoArray(&p, handler, throw_reference_error_if_nonexistent); in GenerateLoadICProtoArray()