/external/v8/src/ |
D | code-factory.cc | 129 return Callable(stub.GetCode(), stub.GetCallInterfaceDescriptor()); in BinaryOpIC() 136 return Callable(stub.GetCode(), stub.GetCallInterfaceDescriptor()); in InstanceOf() 143 return Callable(stub.GetCode(), stub.GetCallInterfaceDescriptor()); in ToBoolean() 169 return Callable(stub.GetCode(), stub.GetCallInterfaceDescriptor()); in ToString() 176 return Callable(stub.GetCode(), stub.GetCallInterfaceDescriptor()); in ToName() 183 return Callable(stub.GetCode(), stub.GetCallInterfaceDescriptor()); in ToInteger() 189 return Callable(stub.GetCode(), stub.GetCallInterfaceDescriptor()); in ToLength() 196 return Callable(stub.GetCode(), stub.GetCallInterfaceDescriptor()); in ToObject() 203 return Callable(stub.GetCode(), stub.GetCallInterfaceDescriptor()); in NumberToString() 210 return Callable(stub.GetCode(), stub.GetCallInterfaceDescriptor()); in RegExpConstructResult() [all …]
|
D | fast-accessor-assembler.cc | 172 DCHECK_EQ(5, stub.GetCallInterfaceDescriptor().GetParameterCount()); in Call() 173 DCHECK_EQ(1, stub.GetCallInterfaceDescriptor().GetStackParameterCount()); in Call() 180 stub.GetCallInterfaceDescriptor(), in Call()
|
D | code-stubs.h | 272 virtual CallInterfaceDescriptor GetCallInterfaceDescriptor() const = 0; 275 return GetCallInterfaceDescriptor().GetStackParameterCount(); in GetStackParameterCount() 433 CallInterfaceDescriptor GetCallInterfaceDescriptor() const override { \ 439 CallInterfaceDescriptor GetCallInterfaceDescriptor() const override { \ 448 CallInterfaceDescriptor GetCallInterfaceDescriptor() const override { \ 612 return GetCallInterfaceDescriptor().GetStackParameterCount(); in GetStackParameterCount() 1336 CallInterfaceDescriptor GetCallInterfaceDescriptor() const override { in GetCallInterfaceDescriptor() function 1404 CallInterfaceDescriptor GetCallInterfaceDescriptor() const override { in GetCallInterfaceDescriptor() function 1431 CallInterfaceDescriptor GetCallInterfaceDescriptor() const override; 1670 CallInterfaceDescriptor GetCallInterfaceDescriptor() const override; [all …]
|
D | code-stubs.cc | 30 : call_descriptor_(stub->GetCallInterfaceDescriptor()), in CodeStubDescriptor() 244 descriptor_out->set_call_descriptor(stub->GetCallInterfaceDescriptor()); in InitializeDescriptorDispatchedCall() 413 CallInterfaceDescriptor descriptor(GetCallInterfaceDescriptor()); in GenerateCode() 4152 CallInterfaceDescriptor HandlerStub::GetCallInterfaceDescriptor() const { in GetCallInterfaceDescriptor() function in v8::internal::HandlerStub 4181 CallInterfaceDescriptor StoreTransitionStub::GetCallInterfaceDescriptor() in GetCallInterfaceDescriptor() function in v8::internal::StoreTransitionStub 4188 ElementsTransitionAndStoreStub::GetCallInterfaceDescriptor() const { in GetCallInterfaceDescriptor() function in v8::internal::ElementsTransitionAndStoreStub
|
D | code-stubs-hydrogen.cc | 38 : HGraphBuilder(info, code_stub->GetCallInterfaceDescriptor()), in CodeStubGraphBuilderBase() 1662 stub.GetCallInterfaceDescriptor(), in BuildToString()
|
/external/v8/test/cctest/compiler/ |
D | test-run-stubs.cc | 33 stub.GetCallInterfaceDescriptor(); in TEST()
|
/external/v8/src/compiler/ |
D | js-generic-lowering.cc | 419 isolate(), graph()->zone(), stub.GetCallInterfaceDescriptor(), 1, in LowerJSCreateArray() 431 isolate(), graph()->zone(), stub.GetCallInterfaceDescriptor(), 2, in LowerJSCreateArray() 441 isolate(), graph()->zone(), stub.GetCallInterfaceDescriptor(), in LowerJSCreateArray()
|
D | js-native-context-specialization.cc | 635 isolate(), graph()->zone(), stub.GetCallInterfaceDescriptor(), 0, in ReduceElementAccess()
|
/external/v8/src/full-codegen/ |
D | full-codegen.cc | 1042 __ Move(stub.GetCallInterfaceDescriptor().GetRegisterParameter(0), info); in EmitNewClosure()
|
/external/v8/src/arm64/ |
D | code-stubs-arm64.cc | 52 CallInterfaceDescriptor descriptor = GetCallInterfaceDescriptor(); in GenerateLightweightMiss()
|
/external/v8/src/x64/ |
D | code-stubs-x64.cc | 51 CallInterfaceDescriptor descriptor = GetCallInterfaceDescriptor(); in GenerateLightweightMiss()
|
/external/v8/src/s390/ |
D | code-stubs-s390.cc | 59 CallInterfaceDescriptor descriptor = GetCallInterfaceDescriptor(); in GenerateLightweightMiss()
|
/external/v8/src/ia32/ |
D | code-stubs-ia32.cc | 53 CallInterfaceDescriptor descriptor = GetCallInterfaceDescriptor(); in GenerateLightweightMiss()
|
/external/v8/src/x87/ |
D | code-stubs-x87.cc | 53 CallInterfaceDescriptor descriptor = GetCallInterfaceDescriptor(); in GenerateLightweightMiss()
|
/external/v8/src/ppc/ |
D | code-stubs-ppc.cc | 60 CallInterfaceDescriptor descriptor = GetCallInterfaceDescriptor(); in GenerateLightweightMiss()
|
/external/v8/src/mips64/ |
D | code-stubs-mips64.cc | 64 CallInterfaceDescriptor descriptor = GetCallInterfaceDescriptor(); in GenerateLightweightMiss()
|
/external/v8/src/mips/ |
D | code-stubs-mips.cc | 65 CallInterfaceDescriptor descriptor = GetCallInterfaceDescriptor(); in GenerateLightweightMiss()
|
/external/v8/src/arm/ |
D | code-stubs-arm.cc | 65 CallInterfaceDescriptor descriptor = GetCallInterfaceDescriptor(); in GenerateLightweightMiss()
|
/external/v8/src/crankshaft/ |
D | hydrogen.cc | 9539 code_value, argc + 1, stub.GetCallInterfaceDescriptor(), in TryInlineApiCall() 9547 code_value, argc + 1, stub.GetCallInterfaceDescriptor(), in TryInlineApiCall()
|