Searched refs:LoadDictionaryElementStub (Results 1 – 4 of 4) sorted by relevance
1138 HValue* CodeStubGraphBuilder<LoadDictionaryElementStub>::BuildCodeStub() { in BuildCodeStub()1152 Handle<Code> LoadDictionaryElementStub::GenerateCode() { in GenerateCode()
1965 class LoadDictionaryElementStub : public HydrogenCodeStub {1967 explicit LoadDictionaryElementStub(Isolate* isolate) in LoadDictionaryElementStub() function
2365 void LoadDictionaryElementStub::InitializeDescriptor( in InitializeDescriptor()
649 return LoadDictionaryElementStub(isolate).GetCode(); in GetKeyedLoadHandler()