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

/external/chromium_org/v8/src/
H A Dhydrogen-instructions.h34 class HStoreNamedField;
5697 HStoreNamedField* filler_free_space_size_;
6337 friend class HStoreNamedField;
6805 class HStoreNamedField FINAL : public HTemplateInstruction<3> {
6807 DECLARE_INSTRUCTION_FACTORY_P3(HStoreNamedField, HValue*,
6809 DECLARE_INSTRUCTION_FACTORY_P4(HStoreNamedField, HValue*,
6911 bool CanBeReplacedWith(HStoreNamedField* that) const {
6925 HStoreNamedField(HValue* obj, function in class:v8::FINAL::FINAL

Completed in 45 milliseconds