Home
last modified time | relevance | path

Searched refs:expect_eq (Results 1 – 1 of 1) sorted by relevance

/art/runtime/jni/
Djni_internal_test.cc1921 #define EXPECT_STATIC_PRIMITIVE_FIELD(expect_eq, type, field_name, sig, value1, value2) \ argument
1926 expect_eq(value1, env_->GetStatic ## type ## Field(c, fid)); \
1928 expect_eq(value2, env_->GetStatic ## type ## Field(c, fid)); \
1954 #define EXPECT_PRIMITIVE_FIELD(expect_eq, instance, type, field_name, sig, value1, value2) \ argument
1959 expect_eq(value1, env_->Get ## type ## Field(instance, fid)); \
1961 expect_eq(value2, env_->Get ## type ## Field(instance, fid)); \