Searched refs:boxed_type (Results 1 – 2 of 2) sorted by relevance
/art/test/712-varhandle-invocations/util-src/ |
D | generate_java.py | 47 …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" 1060 … print(", SampleValues.get_{0}({1})".format(value_type.boxed_type, i), end="", file=body_text) 1116 print("{0} result = ({0}) ".format(value_type.boxed_type), end="", file=body_text)
|
/art/runtime/jni/ |
D | jni_internal_test.cc | 843 #define DoCall(boxed_type, shorty, c_type, bad_value) \ in TEST_F() argument 845 jclass prim_class = env_->FindClass("java/lang/" #boxed_type); \ in TEST_F() 847 "(" #shorty ")Ljava/lang/" #boxed_type ";"); \ in TEST_F() 870 #define DoFailCall(boxed_type, shorty, c_type, bad_value) \ in TEST_F() argument 872 jclass prim_class = env_->FindClass("java/lang/" #boxed_type); \ in TEST_F() 874 "(" #shorty ")Ljava/lang/" #boxed_type ";"); \ in TEST_F() 883 #define DoGoodCall(boxed_type, shorty, c_type, bad_value) \ in TEST_F() argument 885 jclass prim_class = env_->FindClass("java/lang/" #boxed_type); \ in TEST_F() 887 "(" #shorty ")Ljava/lang/" #boxed_type ";"); \ in TEST_F()
|