Searched refs:ConfigureMonomorphic (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/ |
D | type-feedback-vector.h | 411 void ConfigureMonomorphic(Handle<JSFunction> function); 449 void ConfigureMonomorphic(Handle<Map> receiver_map, Handle<Code> handler); 471 void ConfigureMonomorphic(Handle<Name> name, Handle<Map> receiver_map, 499 void ConfigureMonomorphic(Handle<Map> receiver_map, Handle<Code> handler); 525 void ConfigureMonomorphic(Handle<Name> name, Handle<Map> receiver_map,
|
D | type-feedback-vector.cc | 488 void CallICNexus::ConfigureMonomorphic(Handle<JSFunction> function) { in ConfigureMonomorphic() function in v8::internal::CallICNexus 508 void LoadICNexus::ConfigureMonomorphic(Handle<Map> receiver_map, in ConfigureMonomorphic() function in v8::internal::LoadICNexus 516 void KeyedLoadICNexus::ConfigureMonomorphic(Handle<Name> name, in ConfigureMonomorphic() function in v8::internal::KeyedLoadICNexus 532 void StoreICNexus::ConfigureMonomorphic(Handle<Map> receiver_map, in ConfigureMonomorphic() function in v8::internal::StoreICNexus 540 void KeyedStoreICNexus::ConfigureMonomorphic(Handle<Name> name, in ConfigureMonomorphic() function in v8::internal::KeyedStoreICNexus
|
/external/v8/src/ic/ |
D | ic.cc | 597 nexus->ConfigureMonomorphic(map, handler); in ConfigureVectorState() 600 nexus->ConfigureMonomorphic(name, map, handler); in ConfigureVectorState() 603 nexus->ConfigureMonomorphic(map, handler); in ConfigureVectorState() 607 nexus->ConfigureMonomorphic(name, map, handler); in ConfigureVectorState() 2199 nexus->ConfigureMonomorphic(js_function); in HandleMiss()
|