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

/external/chromium_org/v8/src/
H A Dhydrogen-instructions.h1235 class HTemplateInstruction : public HInstruction { class in namespace:v8
1243 explicit HTemplateInstruction(HType type = HType::Tagged()) function in class:v8::HTemplateInstruction
1324 class HBlockEntry FINAL : public HTemplateInstruction<0> {
1334 class HDummyUse FINAL : public HTemplateInstruction<1> {
1337 : HTemplateInstruction<1>(HType::Smi()) {
1358 class HDebugBreak FINAL : public HTemplateInstruction<0> {
1535 class HContext FINAL : public HTemplateInstruction<0> {
1602 class HUnaryOperation : public HTemplateInstruction<1> {
1605 : HTemplateInstruction<1>(type) {
1633 class HForceRepresentation FINAL : public HTemplateInstruction<
[all...]
H A Dhydrogen-instructions.cc2662 : HTemplateInstruction<0>(HType::FromValue(object)),
2708 : HTemplateInstruction<0>(type),
2779 : HTemplateInstruction<0>(HType::Any()),

Completed in 1123 milliseconds