Home
last modified time | relevance | path

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

/external/webkit/V8Binding/v8/src/
Dcfg.cc204 temp->set_where(TempLocation::STACK); in FastAllocate()
209 temp->set_where((temp == value_) in FastAllocate()
216 temp->set_where((temp == value0_ || temp == value1_) in FastAllocate()
Dcfg.h310 void set_where(Where where) { in set_where() function