Searched defs:call_code (Results 1 – 3 of 3) sorted by relevance
104 HeapObject call_code = function_template_info->call_code(kAcquireLoad); in Initialize() local134 HeapObject call_code = info->call_code(kAcquireLoad); in AnalyzePossibleApiFunction() local
557 HeapObject call_code = fti.call_code(kAcquireLoad); in RecordVirtualFunctionTemplateInfoDetails() local
1500 base::Optional<CallHandlerInfoRef> FunctionTemplateInfoRef::call_code() const { in call_code() function in v8::internal::compiler::FunctionTemplateInfoRef1501 HeapObject call_code = object()->call_code(kAcquireLoad); in call_code() local