Searched refs:FindFirstMap (Results 1 - 5 of 5) sorted by relevance

/external/v8/src/
H A Dtype-info.cc99 code->FindFirstMap() != NULL &&
100 !CanRetainOtherContext(code->FindFirstMap(), *global_context_);
131 code->FindFirstMap() != NULL &&
132 !CanRetainOtherContext(code->FindFirstMap(), *global_context_);
187 Map* first_map = code->FindFirstMap();
202 Map* first_map = code->FindFirstMap();
351 Map* first_map = code->FindFirstMap();
655 Object* map = target->FindFirstMap();
H A Dstub-cache.cc896 Map* map = primary_[i].value->FindFirstMap();
911 Map* map = secondary_[i].value->FindFirstMap();
920 Map* primary_map = primary_entry->value->FindFirstMap();
H A Dic.cc1009 Map* map = target()->FindFirstMap();
1507 result->Add(Handle<Map>(stub->FindFirstMap()));
H A Dobjects.h4314 Map* FindFirstMap();
H A Dobjects.cc8129 Map* Code::FindFirstMap() { function in class:v8::internal::Code

Completed in 101 milliseconds