Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dlinkage.cc95 CallDescriptor* Linkage::GetRuntimeCallDescriptor( in GetRuntimeCallDescriptor() function in v8::internal::compiler::Linkage
98 return GetRuntimeCallDescriptor(function, parameter_count, properties, in GetRuntimeCallDescriptor()
146 CallDescriptor* Linkage::GetRuntimeCallDescriptor( in GetRuntimeCallDescriptor() function in v8::internal::compiler::Linkage
Dlinkage.h173 CallDescriptor* GetRuntimeCallDescriptor(Runtime::FunctionId function,
176 static CallDescriptor* GetRuntimeCallDescriptor(
Draw-machine-assembler.cc111 CallDescriptor* descriptor = Linkage::GetRuntimeCallDescriptor( in CallRuntime1()
Dlinkage-impl.h71 static CallDescriptor* GetRuntimeCallDescriptor( in GetRuntimeCallDescriptor() function
Dchange-lowering.cc75 CallDescriptor* desc = linkage()->GetRuntimeCallDescriptor( in AllocateHeapNumberWithValue()
Djs-generic-lowering.cc222 linkage()->GetRuntimeCallDescriptor(f, nargs, properties); in ReplaceWithRuntimeCall()
Dsimplified-lowering.cc911 CallDescriptor* desc = Linkage::GetRuntimeCallDescriptor(f, 2, props, zone()); in StringComparison()
/external/v8/src/compiler/ia32/
Dlinkage-ia32.cc38 CallDescriptor* Linkage::GetRuntimeCallDescriptor( in GetRuntimeCallDescriptor() function in v8::internal::compiler::Linkage
41 return LH::GetRuntimeCallDescriptor(zone, function, parameter_count, in GetRuntimeCallDescriptor()
/external/v8/src/compiler/arm64/
Dlinkage-arm64.cc43 CallDescriptor* Linkage::GetRuntimeCallDescriptor( in GetRuntimeCallDescriptor() function in v8::internal::compiler::Linkage
46 return LH::GetRuntimeCallDescriptor(zone, function, parameter_count, in GetRuntimeCallDescriptor()
/external/v8/src/compiler/arm/
Dlinkage-arm.cc43 CallDescriptor* Linkage::GetRuntimeCallDescriptor( in GetRuntimeCallDescriptor() function in v8::internal::compiler::Linkage
46 return LH::GetRuntimeCallDescriptor(zone, function, parameter_count, in GetRuntimeCallDescriptor()
/external/v8/src/compiler/x64/
Dlinkage-x64.cc57 CallDescriptor* Linkage::GetRuntimeCallDescriptor( in GetRuntimeCallDescriptor() function in v8::internal::compiler::Linkage
60 return LH::GetRuntimeCallDescriptor(zone, function, parameter_count, in GetRuntimeCallDescriptor()