Home | History | Annotate | Download | only in src

Lines Matching defs:CallStubCompiler

568   CallStubCompiler compiler(isolate_, argc, kind, extra_state, cache_holder);
606 CallStubCompiler compiler(isolate_, argc, kind, extra_state, cache_holder);
643 CallStubCompiler compiler(isolate(), argc, kind, extra_state, cache_holder);
673 CallStubCompiler compiler(isolate(), argc, kind, extra_state, cache_holder);
1374 CallStubCompiler::CallStubCompiler(Isolate* isolate,
1387 bool CallStubCompiler::HasCustomCallGenerator(Handle<JSFunction> function) {
1400 Handle<Code> CallStubCompiler::CompileCustomCall(
1412 return CallStubCompiler::Compile##name##Call(object, \
1432 Handle<Code> CallStubCompiler::GetCode(PropertyType type, Handle<String> name) {
1443 Handle<Code> CallStubCompiler::GetCode(Handle<JSFunction> function) {