Home | History | Annotate | Download | only in mips

Lines Matching defs:hydrogen

8 #include "src/hydrogen.h"
181 H##type* hydrogen() const { \
522 int SuccessorCount() { return hydrogen()->SuccessorCount(); }
523 HBasicBlock* SuccessorAt(int i) { return hydrogen()->SuccessorAt(i); }
550 HControlInstruction* hydrogen() {
844 Token::Value op() const { return hydrogen()->token(); }
846 return hydrogen()->representation().IsDouble();
1107 Token::Value op() const { return hydrogen()->token(); }
1192 Token::Value op() const { return hydrogen()->token(); }
1228 Handle<JSFunction> function() const { return hydrogen()->function(); }
1267 Token::Value op() const { return hydrogen()->op(); }
1315 int32_t value() const { return hydrogen()->Integer32Value(); }
1324 Smi* value() const { return Smi::FromInt(hydrogen()->Integer32Value()); }
1333 double value() const { return hydrogen()->DoubleValue(); }
1343 return hydrogen()->ExternalReferenceValue();
1354 return hydrogen()->handle(isolate);
1387 Handle<Map> map() const { return hydrogen()->map().handle(); }
1603 Handle<Object> name() const { return hydrogen()->name(); }
1625 Heap::RootListIndex index() const { return hydrogen()->index(); }
1639 return hydrogen()->elements_kind();
1642 return hydrogen()->is_external();
1645 return hydrogen()->is_fixed_typed_array();
1655 uint32_t base_offset() const { return hydrogen()->base_offset(); }
1702 Handle<Object> name() const { return hydrogen()->name(); }
1703 bool for_typeof() const { return hydrogen()->for_typeof(); }
1733 int slot_index() { return hydrogen()->slot_index(); }
1752 int slot_index() { return hydrogen()->slot_index(); }
1856 int arity() const { return hydrogen()->argument_count() - 1; }
1880 int arity() const { return hydrogen()->argument_count() - 1; }
1909 int arity() const { return hydrogen()->argument_count() - 1; }
1926 int arity() const { return hydrogen()->argument_count() - 1; }
1945 int arity() const { return hydrogen()->argument_count() - 1; }
1964 int arity() const { return hydrogen()->argument_count() - 1; }
1983 const Runtime::Function* function() const { return hydrogen()->function(); }
1984 int arity() const { return hydrogen()->argument_count(); }
1985 SaveFPRegsMode save_doubles() const { return hydrogen()->save_doubles(); }
2073 bool truncating() { return hydrogen()->CanTruncateToInt32(); }
2089 bool truncating() { return hydrogen()->CanTruncateToInt32(); }
2111 bool truncating() { return hydrogen()->CanTruncateToInt32(); }
2176 return hydrogen()->field_representation();
2198 Handle<Object> name() const { return hydrogen()->name(); }
2199 StrictMode strict_mode() { return hydrogen()->strict_mode(); }
2211 bool is_external() const { return hydrogen()->is_external(); }
2213 return hydrogen()->is_fixed_typed_array();
2222 return hydrogen()->elements_kind();
2229 bool NeedsCanonicalization() { return hydrogen()->NeedsCanonicalization(); }
2230 uint32_t base_offset() const { return hydrogen()->base_offset(); }
2256 StrictMode strict_mode() { return hydrogen()->strict_mode(); }
2280 Handle<Map> original_map() { return hydrogen()->original_map().handle(); }
2282 return hydrogen()->transitioned_map().handle();
2284 ElementsKind from_kind() { return hydrogen()->from_kind(); }
2285 ElementsKind to_kind() { return hydrogen()->to_kind(); }
2572 Handle<String> type_literal() { return hydrogen()->type_literal(); }
2700 Handle<ScopeInfo> scope_info() { return hydrogen()->scope_info(); }