Searched refs:GetRuntimeCallDescriptor (Results 1 – 11 of 11) sorted by relevance
/external/v8/src/compiler/ |
D | linkage.cc | 95 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
|
D | linkage.h | 173 CallDescriptor* GetRuntimeCallDescriptor(Runtime::FunctionId function, 176 static CallDescriptor* GetRuntimeCallDescriptor(
|
D | raw-machine-assembler.cc | 111 CallDescriptor* descriptor = Linkage::GetRuntimeCallDescriptor( in CallRuntime1()
|
D | linkage-impl.h | 71 static CallDescriptor* GetRuntimeCallDescriptor( in GetRuntimeCallDescriptor() function
|
D | change-lowering.cc | 75 CallDescriptor* desc = linkage()->GetRuntimeCallDescriptor( in AllocateHeapNumberWithValue()
|
D | js-generic-lowering.cc | 222 linkage()->GetRuntimeCallDescriptor(f, nargs, properties); in ReplaceWithRuntimeCall()
|
D | simplified-lowering.cc | 911 CallDescriptor* desc = Linkage::GetRuntimeCallDescriptor(f, 2, props, zone()); in StringComparison()
|
/external/v8/src/compiler/ia32/ |
D | linkage-ia32.cc | 38 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/ |
D | linkage-arm64.cc | 43 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/ |
D | linkage-arm.cc | 43 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/ |
D | linkage-x64.cc | 57 CallDescriptor* Linkage::GetRuntimeCallDescriptor( in GetRuntimeCallDescriptor() function in v8::internal::compiler::Linkage 60 return LH::GetRuntimeCallDescriptor(zone, function, parameter_count, in GetRuntimeCallDescriptor()
|