Home
last modified time | relevance | path

Searched refs:call_code (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/
Dobjects-debug.cc712 VerifyPointer(call_code()); in FunctionTemplateInfoVerify()
Dbootstrapper.cc357 Handle<Code> call_code = Handle<Code>(isolate->builtins()->builtin(call)); in InstallFunction() local
359 factory->NewFunctionWithoutPrototype(symbol, call_code) : in InstallFunction()
364 call_code, in InstallFunction()
Dobjects-printer.cc895 call_code()->ShortPrint(out); in FunctionTemplateInfoPrint()
Dstub-cache.cc1511 if (info->call_code()->IsUndefined()) return; in AnalyzePossibleApiFunction()
1513 Handle<CallHandlerInfo>(CallHandlerInfo::cast(info->call_code())); in AnalyzePossibleApiFunction()
Dlog.cc1567 Object* raw_call_data = fun_data->call_code(); in LogExistingFunction()
Dbuiltins.cc1092 Object* raw_call_data = fun_data->call_code(); in HandleApiCallHelper()
Dobjects-inl.h3457 ACCESSORS(FunctionTemplateInfo, call_code, Object, kCallCodeOffset) in ACCESSORS()
Dobjects.h8222 DECL_ACCESSORS(call_code, Object)