Searched refs:IndexInCodeCache (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/
H A Dic.cc217 int index = map->IndexInCodeCache(name, target);
H A Dobjects.h4788 int IndexInCodeCache(Object* name, Code* code);
H A Dobjects.cc4873 int Map::IndexInCodeCache(Object* name, Code* code) { function in class:v8::internal::Map
4883 // No GC is supposed to happen between a call to IndexInCodeCache and

Completed in 142 milliseconds