HomeSort by relevance Sort by last modified time
    Searched refs:Int32Value (Results 1 - 25 of 102) sorted by null

1 2 3 4 5

  /art/runtime/
offsets.cc 24 return os << offs.Int32Value();
offsets.h 29 int32_t Int32Value() const {
  /external/v8/test/cctest/
test-deoptimization.cc 131 CHECK_EQ(1, env->Global()->Get(v8_str("count"))->Int32Value());
147 CHECK_EQ(1, env->Global()->Get(v8_str("count"))->Int32Value());
169 CHECK_EQ(1, env->Global()->Get(v8_str("count"))->Int32Value());
186 CHECK_EQ(1, env->Global()->Get(v8_str("count"))->Int32Value());
209 CHECK_EQ(1, env->Global()->Get(v8_str("count"))->Int32Value());
210 CHECK_EQ(6, env->Global()->Get(v8_str("result"))->Int32Value());
234 CHECK_EQ(1, env->Global()->Get(v8_str("count"))->Int32Value());
235 CHECK_EQ(11, env->Global()->Get(v8_str("calls"))->Int32Value());
266 CHECK_EQ(1, env->Global()->Get(v8_str("count"))->Int32Value());
267 CHECK_EQ(14, env->Global()->Get(v8_str("result"))->Int32Value());
    [all...]