Home
last modified time | relevance | path

Searched refs:LoadDictionaryElementStub (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/
Dcode-stubs-hydrogen.cc1138 HValue* CodeStubGraphBuilder<LoadDictionaryElementStub>::BuildCodeStub() { in BuildCodeStub()
1152 Handle<Code> LoadDictionaryElementStub::GenerateCode() { in GenerateCode()
Dcode-stubs.h1965 class LoadDictionaryElementStub : public HydrogenCodeStub {
1967 explicit LoadDictionaryElementStub(Isolate* isolate) in LoadDictionaryElementStub() function
Dcode-stubs.cc2365 void LoadDictionaryElementStub::InitializeDescriptor( in InitializeDescriptor()
/external/v8/src/ic/
Dhandler-compiler.cc649 return LoadDictionaryElementStub(isolate).GetCode(); in GetKeyedLoadHandler()