Searched defs:Tagged (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/v8/src/
H A Dproperty-details.h101 static Representation Tagged() { return Representation(kTagged); } function in class:v8::internal::Representation
153 return Representation::Tagged();
H A Dhydrogen-instructions.h314 static HType Tagged() { return HType(kTagged); } function in class:v8::internal::V8_FINAL
634 HValue(HType type = HType::Tagged())
667 // Tagged is the bottom of the lattice, don't go any further.
1253 HInstruction(HType type = HType::Tagged())
1288 HTemplateInstruction(HType type = HType::Tagged()) : HInstruction(type) {}
1385 set_representation(Representation::Tagged());
1535 return Representation::Tagged();
1551 set_representation(Representation::Tagged());
1575 set_representation(Representation::Tagged());
1591 return Representation::Tagged();
[all...]
/external/v8/src/
H A Dhydrogen-instructions.h305 static Representation Tagged() { return Representation(kTagged); } function in class:v8::internal::Representation
339 static HType Tagged() { return HType(kTagged); } function in class:v8::internal::HType
577 type_(HType::Tagged()),
1082 return Representation::Tagged();
1099 return Representation::Tagged();
1144 return Representation::Tagged();
1329 return Representation::Tagged();
1407 set_representation(Representation::Tagged());
1411 return Representation::Tagged();
1423 set_representation(Representation::Tagged());
[all...]

Completed in 152 milliseconds