D | stub-cache.cc | 568 CallStubCompiler compiler(isolate_, argc, kind, extra_state, cache_holder); in ComputeCallConstant() 606 CallStubCompiler compiler(isolate_, argc, kind, extra_state, cache_holder); in ComputeCallField() 643 CallStubCompiler compiler(isolate(), argc, kind, extra_state, cache_holder); in ComputeCallInterceptor() 673 CallStubCompiler compiler(isolate(), argc, kind, extra_state, cache_holder); in ComputeCallGlobal() 1374 CallStubCompiler::CallStubCompiler(Isolate* isolate, in CallStubCompiler() function in v8::internal::CallStubCompiler 1387 bool CallStubCompiler::HasCustomCallGenerator(Handle<JSFunction> function) { in HasCustomCallGenerator() 1400 Handle<Code> CallStubCompiler::CompileCustomCall( in CompileCustomCall() 1412 return CallStubCompiler::Compile##name##Call(object, \ in CompileCustomCall() 1432 Handle<Code> CallStubCompiler::GetCode(PropertyType type, Handle<String> name) { in GetCode() 1443 Handle<Code> CallStubCompiler::GetCode(Handle<JSFunction> function) { in GetCode()
|