Home
last modified time | relevance | path

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

/external/v8/src/
Ddeoptimizer.h903 int StackIdToIndex(Address fp);
Ddeoptimizer.cc3515 int index = StackIdToIndex(fp); in Get()
3528 int index = StackIdToIndex(fp); in Set()
3540 int index = StackIdToIndex(fp); in Remove()
3553 int MaterializedObjectStore::StackIdToIndex(Address fp) { in StackIdToIndex() function in v8::internal::MaterializedObjectStore