Home | History | Annotate | Download | only in src

Lines Matching defs:CallStubCompiler

290   CallStubCompiler compiler(isolate_, argc, kind, extra_state, cache_holder);
299 if (CallStubCompiler::CanBeCached(function)) {
332 CallStubCompiler compiler(isolate_, argc, kind, extra_state, cache_holder);
370 CallStubCompiler compiler(isolate(), argc, kind, extra_state, cache_holder);
397 CallStubCompiler compiler(isolate(), argc, kind, extra_state);
404 if (CallStubCompiler::CanBeCached(function)) {
1134 CallKind CallStubCompiler::call_kind() {
1141 void CallStubCompiler::HandlerFrontendFooter(Label* miss) {
1147 void CallStubCompiler::GenerateJumpFunctionIgnoreReceiver(
1155 void CallStubCompiler::GenerateJumpFunction(Handle<Object> object,
1162 void CallStubCompiler::GenerateJumpFunction(Handle<Object> object,
1172 Handle<Code> CallStubCompiler::CompileCallConstant(
1751 CallStubCompiler::CallStubCompiler(Isolate* isolate,
1763 bool CallStubCompiler::HasCustomCallGenerator(Handle<JSFunction> function) {
1776 bool CallStubCompiler::CanBeCached(Handle<JSFunction> function) {
1788 Handle<Code> CallStubCompiler::CompileCustomCall(
1801 return CallStubCompiler::Compile##name##Call(object, \
1822 Handle<Code> CallStubCompiler::GetCode(Code::StubType type,
1831 Handle<Code> CallStubCompiler::GetCode(Handle<JSFunction> function) {