Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dlinkage.h518 static CallDescriptor* GetRuntimeCallDescriptor( in NON_EXPORTED_BASE()
Dlinkage.cc306 CallDescriptor* Linkage::GetRuntimeCallDescriptor( in GetRuntimeCallDescriptor() function in v8::internal::compiler::Linkage
Deffect-control-linearizer.cc1828 auto call_descriptor = Linkage::GetRuntimeCallDescriptor( in MigrateInstanceOrDeopt()
1924 auto call_descriptor = Linkage::GetRuntimeCallDescriptor( in TryMigrateInstance()
3963 auto call_descriptor = Linkage::GetRuntimeCallDescriptor( in StringCharCodeAt()
4133 auto call_descriptor = Linkage::GetRuntimeCallDescriptor( in LowerStringToUpperCaseIntl()
4833 auto call_descriptor = Linkage::GetRuntimeCallDescriptor( in LowerTransitionElementsKind()
5703 auto call_descriptor = Linkage::GetRuntimeCallDescriptor( in TransitionElementsTo()
6048 auto call_descriptor = Linkage::GetRuntimeCallDescriptor( in LowerRuntimeAbort()
6621 auto call_descriptor = Linkage::GetRuntimeCallDescriptor( in LowerDateNow()
Dcode-assembler.cc1023 auto call_descriptor = Linkage::GetRuntimeCallDescriptor( in CallRuntimeImpl()
1056 auto call_descriptor = Linkage::GetRuntimeCallDescriptor( in TailCallRuntimeImpl()
Djs-generic-lowering.cc115 Linkage::GetRuntimeCallDescriptor(zone(), f, nargs, properties, flags); in ReplaceWithRuntimeCall()
Dwasm-compiler.cc3655 auto call_descriptor = Linkage::GetRuntimeCallDescriptor( in BuildCallToRuntimeWithContext()