Home | History | Annotate | Download | only in ic

Lines Matching refs:kind

21   static Handle<Code> Find(Handle<Name> name, Handle<Map> map, Code::Kind kind,
25 PropertyHandlerCompiler(Isolate* isolate, Code::Kind kind, Handle<Map> map,
27 : PropertyAccessCompiler(isolate, kind, cache_holder),
101 Handle<Code> GetCode(Code::Kind kind, Handle<Name> name);
270 static Builtins::Name SlowBuiltin(Code::Kind kind) {
271 switch (kind) {