Home
last modified time | relevance | path

Searched refs:GetCallInterfaceDescriptor (Results 1 – 20 of 20) sorted by relevance

/external/chromium_org/v8/src/
Dcode-factory.cc56 return Callable(stub.GetCode(), stub.GetCallInterfaceDescriptor()); in BinaryOpIC()
65 return Callable(stub.GetCode(), stub.GetCallInterfaceDescriptor()); in ToBoolean()
72 return Callable(stub.GetCode(), stub.GetCallInterfaceDescriptor()); in ToNumber()
80 return Callable(stub.GetCode(), stub.GetCallInterfaceDescriptor()); in StringAdd()
88 return Callable(stub.GetCode(), stub.GetCallInterfaceDescriptor()); in CallFunction()
Dcode-stubs.cc21 : call_descriptor_(stub->GetCallInterfaceDescriptor()), in CodeStubDescriptor()
238 descriptor_out->set_call_descriptor(stub->GetCallInterfaceDescriptor()); in InitializeDescriptorDispatchedCall()
595 CallInterfaceDescriptor HandlerStub::GetCallInterfaceDescriptor() { in GetCallInterfaceDescriptor() function in v8::internal::HandlerStub
Dcode-stubs.h185 virtual CallInterfaceDescriptor GetCallInterfaceDescriptor() = 0;
316 virtual CallInterfaceDescriptor GetCallInterfaceDescriptor() OVERRIDE { \
325 virtual CallInterfaceDescriptor GetCallInterfaceDescriptor() OVERRIDE { \
686 virtual CallInterfaceDescriptor GetCallInterfaceDescriptor() OVERRIDE { in GetCallInterfaceDescriptor() function
767 virtual CallInterfaceDescriptor GetCallInterfaceDescriptor() OVERRIDE { in GetCallInterfaceDescriptor() function
884 virtual CallInterfaceDescriptor GetCallInterfaceDescriptor() OVERRIDE;
1478 virtual CallInterfaceDescriptor GetCallInterfaceDescriptor() OVERRIDE { in GetCallInterfaceDescriptor() function
Dhydrogen.cc3438 info->code_stub()->GetCallInterfaceDescriptor(); in HGraph()
/external/chromium_org/v8/src/compiler/
Djs-generic-lowering.cc323 CallInterfaceDescriptor d = stub.GetCallInterfaceDescriptor(); in LowerJSInstanceOf()
370 CallInterfaceDescriptor d = stub.GetCallInterfaceDescriptor(); in LowerJSCallConstruct()
386 CallInterfaceDescriptor d = stub.GetCallInterfaceDescriptor(); in LowerJSCallFunction()
Dlinkage.cc55 info->code_stub()->GetCallInterfaceDescriptor(); in Linkage()
/external/chromium_org/v8/src/mips/
Dlithium-mips.cc2404 info()->code_stub()->GetCallInterfaceDescriptor(); in DoParameter()
Dcode-stubs-mips.cc114 CallInterfaceDescriptor descriptor = GetCallInterfaceDescriptor(); in GenerateLightweightMiss()
/external/chromium_org/v8/src/mips64/
Dlithium-mips64.cc2404 info()->code_stub()->GetCallInterfaceDescriptor(); in DoParameter()
Dcode-stubs-mips64.cc113 CallInterfaceDescriptor descriptor = GetCallInterfaceDescriptor(); in GenerateLightweightMiss()
/external/chromium_org/v8/src/arm/
Dlithium-arm.cc2455 info()->code_stub()->GetCallInterfaceDescriptor(); in DoParameter()
Dcode-stubs-arm.cc114 CallInterfaceDescriptor descriptor = GetCallInterfaceDescriptor(); in GenerateLightweightMiss()
/external/chromium_org/v8/src/x87/
Dlithium-x87.cc2515 info()->code_stub()->GetCallInterfaceDescriptor(); in DoParameter()
Dcode-stubs-x87.cc107 CallInterfaceDescriptor descriptor = GetCallInterfaceDescriptor(); in GenerateLightweightMiss()
/external/chromium_org/v8/src/x64/
Dlithium-x64.cc2492 info()->code_stub()->GetCallInterfaceDescriptor(); in DoParameter()
Dcode-stubs-x64.cc99 CallInterfaceDescriptor descriptor = GetCallInterfaceDescriptor(); in GenerateLightweightMiss()
/external/chromium_org/v8/src/ia32/
Dlithium-ia32.cc2511 info()->code_stub()->GetCallInterfaceDescriptor(); in DoParameter()
Dcode-stubs-ia32.cc107 CallInterfaceDescriptor descriptor = GetCallInterfaceDescriptor(); in GenerateLightweightMiss()
/external/chromium_org/v8/src/arm64/
Dlithium-arm64.cc1998 info()->code_stub()->GetCallInterfaceDescriptor(); in DoParameter()
Dcode-stubs-arm64.cc103 CallInterfaceDescriptor descriptor = GetCallInterfaceDescriptor(); in GenerateLightweightMiss()