Searched defs:RootIndex (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/src/
H A Dserialize.cc1305 int Serializer::RootIndex(HeapObject* heap_object, HowToCode from) { function in class:v8::internal::Serializer
1352 if ((root_index = RootIndex(heap_object, how_to_code)) != kInvalidRootIndex) {
1434 if ((root_index = RootIndex(heap_object, how_to_code)) != kInvalidRootIndex) {
1520 int root_index = serializer_->RootIndex(current_contents, kPlain);
1826 if ((root_index = RootIndex(heap_object, how_to_code)) != kInvalidRootIndex) {

Completed in 167 milliseconds