Home
last modified time | relevance | path

Searched refs:LCallWithDescriptor (Results 1 – 21 of 21) sorted by relevance

/external/chromium_org/v8/src/mips/
Dlithium-mips.cc270 void LCallWithDescriptor::PrintDataTo(StringStream* stream) { in PrintDataTo()
1095 LCallWithDescriptor* result = new(zone()) LCallWithDescriptor( in DoCallWithDescriptor()
Dlithium-mips.h1860 class LCallWithDescriptor FINAL : public LTemplateResultInstruction<1> {
1862 LCallWithDescriptor(CallInterfaceDescriptor descriptor, in LCallWithDescriptor() function
Dlithium-codegen-mips.cc3958 void LCodeGen::DoCallWithDescriptor(LCallWithDescriptor* instr) { in DoCallWithDescriptor()
/external/chromium_org/v8/src/mips64/
Dlithium-mips64.cc270 void LCallWithDescriptor::PrintDataTo(StringStream* stream) { in PrintDataTo()
1095 LCallWithDescriptor* result = new(zone()) LCallWithDescriptor( in DoCallWithDescriptor()
Dlithium-mips64.h1859 class LCallWithDescriptor FINAL : public LTemplateResultInstruction<1> {
1861 LCallWithDescriptor(CallInterfaceDescriptor descriptor, in LCallWithDescriptor() function
Dlithium-codegen-mips64.cc3990 void LCodeGen::DoCallWithDescriptor(LCallWithDescriptor* instr) { in DoCallWithDescriptor()
/external/chromium_org/v8/src/arm/
Dlithium-arm.cc263 void LCallWithDescriptor::PrintDataTo(StringStream* stream) { in PrintDataTo()
1090 LCallWithDescriptor* result = new(zone()) LCallWithDescriptor( in DoCallWithDescriptor()
Dlithium-arm.h1896 class LCallWithDescriptor FINAL : public LTemplateResultInstruction<1> {
1898 LCallWithDescriptor(CallInterfaceDescriptor descriptor, in LCallWithDescriptor() function
Dlithium-codegen-arm.cc4002 void LCodeGen::DoCallWithDescriptor(LCallWithDescriptor* instr) { in DoCallWithDescriptor()
/external/chromium_org/v8/src/x87/
Dlithium-x87.cc293 void LCallWithDescriptor::PrintDataTo(StringStream* stream) { in PrintDataTo()
1149 LCallWithDescriptor* result = new(zone()) LCallWithDescriptor( in DoCallWithDescriptor()
Dlithium-x87.h1924 class LCallWithDescriptor FINAL : public LTemplateResultInstruction<1> {
1926 LCallWithDescriptor(CallInterfaceDescriptor descriptor, in LCallWithDescriptor() function
Dlithium-codegen-x87.cc3757 void LCodeGen::DoCallWithDescriptor(LCallWithDescriptor* instr) { in DoCallWithDescriptor()
/external/chromium_org/v8/src/x64/
Dlithium-x64.cc276 void LCallWithDescriptor::PrintDataTo(StringStream* stream) { in PrintDataTo()
1110 LCallWithDescriptor* result = new(zone()) LCallWithDescriptor( in DoCallWithDescriptor()
Dlithium-x64.h1900 class LCallWithDescriptor FINAL : public LTemplateResultInstruction<1> {
1902 LCallWithDescriptor(CallInterfaceDescriptor descriptor, in LCallWithDescriptor() function
Dlithium-codegen-x64.cc3556 void LCodeGen::DoCallWithDescriptor(LCallWithDescriptor* instr) { in DoCallWithDescriptor()
/external/chromium_org/v8/src/ia32/
Dlithium-ia32.cc282 void LCallWithDescriptor::PrintDataTo(StringStream* stream) { in PrintDataTo()
1130 LCallWithDescriptor* result = new(zone()) LCallWithDescriptor( in DoCallWithDescriptor()
Dlithium-ia32.h1914 class LCallWithDescriptor FINAL : public LTemplateResultInstruction<1> {
1916 LCallWithDescriptor(CallInterfaceDescriptor descriptor, in LCallWithDescriptor() function
Dlithium-codegen-ia32.cc3470 void LCodeGen::DoCallWithDescriptor(LCallWithDescriptor* instr) { in DoCallWithDescriptor()
/external/chromium_org/v8/src/arm64/
Dlithium-arm64.cc74 void LCallWithDescriptor::PrintDataTo(StringStream* stream) { in PrintDataTo()
1044 LCallWithDescriptor* result = new(zone()) LCallWithDescriptor(descriptor, in DoCallWithDescriptor()
Dlithium-arm64.h1544 class LCallWithDescriptor FINAL : public LTemplateResultInstruction<1> {
1546 LCallWithDescriptor(CallInterfaceDescriptor descriptor, in LCallWithDescriptor() function
Dlithium-codegen-arm64.cc2071 void LCodeGen::DoCallWithDescriptor(LCallWithDescriptor* instr) { in DoCallWithDescriptor()