Searched refs:call_code (Results 1 – 8 of 8) sorted by relevance
712 VerifyPointer(call_code()); in FunctionTemplateInfoVerify()
357 Handle<Code> call_code = Handle<Code>(isolate->builtins()->builtin(call)); in InstallFunction() local359 factory->NewFunctionWithoutPrototype(symbol, call_code) : in InstallFunction()364 call_code, in InstallFunction()
895 call_code()->ShortPrint(out); in FunctionTemplateInfoPrint()
1511 if (info->call_code()->IsUndefined()) return; in AnalyzePossibleApiFunction()1513 Handle<CallHandlerInfo>(CallHandlerInfo::cast(info->call_code())); in AnalyzePossibleApiFunction()
1567 Object* raw_call_data = fun_data->call_code(); in LogExistingFunction()
1092 Object* raw_call_data = fun_data->call_code(); in HandleApiCallHelper()
3457 ACCESSORS(FunctionTemplateInfo, call_code, Object, kCallCodeOffset) in ACCESSORS()
8222 DECL_ACCESSORS(call_code, Object)