Home
last modified time | relevance | path

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

/external/v8/src/
Dtype-info.cc187 Map* first_map = code->FindFirstMap(); in LoadMonomorphicReceiverType() local
188 ASSERT(first_map != NULL); in LoadMonomorphicReceiverType()
189 return CanRetainOtherContext(first_map, *global_context_) in LoadMonomorphicReceiverType()
191 : Handle<Map>(first_map); in LoadMonomorphicReceiverType()
202 Map* first_map = code->FindFirstMap(); in StoreMonomorphicReceiverType() local
203 ASSERT(first_map != NULL); in StoreMonomorphicReceiverType()
204 return CanRetainOtherContext(first_map, *global_context_) in StoreMonomorphicReceiverType()
206 : Handle<Map>(first_map); in StoreMonomorphicReceiverType()
351 Map* first_map = code->FindFirstMap(); in GetCompareMap() local
352 ASSERT(first_map != NULL); in GetCompareMap()
[all …]