Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dscopeinfo.h161 void set_host_index(int index) { set(HOST_OFFSET, Smi::FromInt(index)); } in set_host_index() function
Dscopeinfo.cc843 info->set_host_index(descriptor->Index()); in Create()