Home
last modified time | relevance | path

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

/art/test/712-varhandle-invocations/util-src/
Dgenerate_java.py47 …def __init__(self, name, boxed_type, examples, ordinal=-1, width=-1, supports_bitwise=True, suppor… argument
51 self.boxed_type=boxed_type
54 return self.boxed_type + ".valueOf"
770 … print(", SampleValues.get_{0}({1})".format(value_type.boxed_type, i), end="", file=body_text)
826 print("{0} result = ({0}) ".format(value_type.boxed_type), end="", file=body_text)
/art/runtime/jni/
Djni_internal_test.cc842 #define DoCall(boxed_type, shorty, c_type, bad_value) \ in TEST_F() argument
844 jclass prim_class = env_->FindClass("java/lang/" #boxed_type); \ in TEST_F()
846 "(" #shorty ")Ljava/lang/" #boxed_type ";"); \ in TEST_F()
869 #define DoFailCall(boxed_type, shorty, c_type, bad_value) \ in TEST_F() argument
871 jclass prim_class = env_->FindClass("java/lang/" #boxed_type); \ in TEST_F()
873 "(" #shorty ")Ljava/lang/" #boxed_type ";"); \ in TEST_F()
882 #define DoGoodCall(boxed_type, shorty, c_type, bad_value) \ in TEST_F() argument
884 jclass prim_class = env_->FindClass("java/lang/" #boxed_type); \ in TEST_F()
886 "(" #shorty ")Ljava/lang/" #boxed_type ";"); \ in TEST_F()