Searched refs:has_instance_call_handler (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/v8/src/
H A Dexecution.cc212 HeapObject::cast(fun)->map()->has_instance_call_handler()) {
235 HeapObject::cast(fun)->map()->has_instance_call_handler()) {
265 HeapObject::cast(fun)->map()->has_instance_call_handler()) {
291 HeapObject::cast(fun)->map()->has_instance_call_handler()) {
H A Dobjects-printer.cc445 if (has_instance_call_handler()) os << " - instance_call_handler\n";
H A Dbuiltins.cc1190 DCHECK(obj->map()->has_instance_call_handler());
H A Dobjects.cc105 HeapObject::cast(fun)->map()->has_instance_call_handler());
9028 first->has_instance_call_handler() == second->has_instance_call_handler();
H A Dobjects-inl.h4455 bool Map::has_instance_call_handler() { function in class:v8::internal::Map
H A Dobjects.h5967 inline bool has_instance_call_handler();

Completed in 1369 milliseconds