Searched refs:HTemplateInstruction (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/src/
H A Dhydrogen-instructions.h1207 class HTemplateInstruction : public HInstruction { class in inherits:HInstruction
1215 HTemplateInstruction(HType type = HType::Tagged()) : HInstruction(type) {} function in class:HTemplateInstruction
1295 class HBlockEntry V8_FINAL : public HTemplateInstruction<0> {
1305 class HDummyUse V8_FINAL : public HTemplateInstruction<1> {
1308 : HTemplateInstruction<1>(HType::Smi()) {
1329 class HDebugBreak V8_FINAL : public HTemplateInstruction<0> {
1506 class HContext V8_FINAL : public HTemplateInstruction<0> {
1573 class HUnaryOperation : public HTemplateInstruction<1> {
1576 : HTemplateInstruction<1>(type) {
1604 class HForceRepresentation V8_FINAL : public HTemplateInstruction<
[all...]
H A Dhydrogen-instructions.cc2693 : HTemplateInstruction<0>(HType::FromValue(object)),
2739 : HTemplateInstruction<0>(type),
2810 : HTemplateInstruction<0>(HType::Any()),

Completed in 63 milliseconds