Home
last modified time | relevance | path

Searched refs:GetRuntimeCallDescriptor (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/compiler/
Dlinkage.h473 static CallDescriptor* GetRuntimeCallDescriptor( in NON_EXPORTED_BASE()
Dlinkage.cc250 CallDescriptor* Linkage::GetRuntimeCallDescriptor( in GetRuntimeCallDescriptor() function in v8::internal::compiler::Linkage
Dcode-assembler.cc905 auto call_descriptor = Linkage::GetRuntimeCallDescriptor( in CallRuntimeImpl()
938 auto call_descriptor = Linkage::GetRuntimeCallDescriptor( in TailCallRuntimeImpl()
Deffect-control-linearizer.cc1807 auto call_descriptor = Linkage::GetRuntimeCallDescriptor( in MigrateInstanceOrDeopt()
4143 auto call_descriptor = Linkage::GetRuntimeCallDescriptor( in LowerStringCharCodeAt()
4291 auto call_descriptor = Linkage::GetRuntimeCallDescriptor( in LowerStringToUpperCaseIntl()
4994 auto call_descriptor = Linkage::GetRuntimeCallDescriptor( in LowerTransitionElementsKind()
5487 auto call_descriptor = Linkage::GetRuntimeCallDescriptor( in TransitionElementsTo()
5832 auto call_descriptor = Linkage::GetRuntimeCallDescriptor( in LowerRuntimeAbort()
6400 auto call_descriptor = Linkage::GetRuntimeCallDescriptor( in LowerDateNow()
Djs-generic-lowering.cc115 Linkage::GetRuntimeCallDescriptor(zone(), f, nargs, properties, flags); in ReplaceWithRuntimeCall()
Dwasm-compiler.cc3503 auto call_descriptor = Linkage::GetRuntimeCallDescriptor( in BuildCallToRuntimeWithContext()