Home
last modified time | relevance | path

Searched refs:GetParameterType (Results 1 - 11 of 11) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Dlinkage.cc81 types[current++] = GetParameterType(i); in GetMachineSignature()
217 if (IsFloatingPoint(GetParameterType(i).representation())) { in ToEncodedCSignature()
234 if (IsFloatingPoint(GetParameterType(i).representation())) { in ComputeParamCounts()
486 MachineType type = descriptor.GetParameterType(i); in GetStubCallDescriptor()
493 ? descriptor.GetParameterType(i) in GetStubCallDescriptor()
564 MachineType type = descriptor.GetParameterType(i); in GetBytecodeDispatchCallDescriptor()
H A Dlinkage.h405 MachineType GetParameterType(size_t index) const { in GetParameterType() function in v8::internal::compiler::final
552 MachineType GetParameterType(int index) const { in GetParameterType() function in v8::internal::compiler::Linkage
H A Dmachine-graph-verifier.cc112 linkage_->GetParameterType(ParameterIndexOf(node->op())) in Run()
H A Dsimplified-lowering.cc2122 ->GetParameterType(ParameterIndexOf(node->op())) in VisitNode()
H A Dwasm-compiler.cc8714 DCHECK_NE(call_descriptor->GetParameterType(i),
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/
H A DvktVideoBaseDecodeUtils.cpp2720 switch (pStdVideoPictureParametersSet->GetParameterType()) {
2785 switch (pStdVideoPictureParametersSet->GetParameterType()) {
2820 switch (pictureParametersObject->GetParameterType()) {
2884 m_lastPictParamsQueue[pictureParametersObject->GetParameterType()] = pictureParametersObject;
/third_party/node/deps/v8/src/baseline/
H A Dbaseline-compiler.cc137 CHECK(MachineTypeMatches(Descriptor().GetParameterType(i), arg)); in Check()
152 CHECK(MachineTypeMatches(Descriptor().GetParameterType(i), in Check()
/third_party/node/deps/v8/src/codegen/
H A Dinterface-descriptors.h359 MachineType GetParameterType(int index) const { in GetParameterType() function in v8::internal::CallInterfaceDescriptor
/third_party/node/deps/v8/src/deoptimizer/
H A Ddeoptimizer.cc1670 MachineType type = continuation_descriptor.GetParameterType(i); in DoComputeBuiltinContinuation()
/third_party/node/deps/v8/src/compiler/backend/
H A Dinstruction-selector.cc1390 linkage()->GetParameterType(ParameterIndexOf(node->op())); in VisitNode()
/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-compiler.cc3244 DCHECK_EQ(machine_type(kI32), descriptor.GetParameterType(0));

Completed in 49 milliseconds