Home
last modified time | relevance | path

Searched refs:GetInputType (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/compiler/
Dlinkage.h116 MachineType GetInputType(size_t index) const { in GetInputType() function
201 return incoming_->GetInputType(index + 1); // + 1 to skip target. in GetParameterType()
Dinstruction-selector.cc303 buffer->descriptor->GetInputType(0))); in InitializeCallBuffer()
340 buffer->descriptor->GetInputType(index)); in InitializeCallBuffer()
/external/v8/src/
Dtype-info.cc205 *left_type = *right_type = stub.GetInputType(zone(), map); in CompareType()
Dcode-stubs.cc534 Type* CompareNilICStub::GetInputType(Zone* zone, Handle<Map> map) { in GetInputType() function in v8::internal::CompareNilICStub
Dcode-stubs.h1315 Type* GetInputType(Zone* zone, Handle<Map> map);