Home
last modified time | relevance | path

Searched refs:FindNthObject (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dobjects.cc14130 Object* Code::FindNthObject(int n, Map* match_map) { in FindNthObject() function in v8::internal::Code
14149 Object* result = FindNthObject(1, GetHeap()->allocation_site_map()); in FindFirstAllocationSite()
14155 Object* result = FindNthObject(1, GetHeap()->meta_map()); in FindFirstMap()
Dobjects.h4994 Object* FindNthObject(int n, Map* match_map);