Searched defs:HTemplateInstruction (Results 1 - 1 of 1) 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...]

Completed in 249 milliseconds