HomeSort by relevance Sort by last modified time
    Searched defs:TypeHandle (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
types.h 336 typedef typename Config::template Handle<TypeImpl>::type TypeHandle;
352 static TypeHandle type(Region* region) { \
361 static TypeHandle SignedSmall(Region* region) {
367 static TypeHandle UnsignedSmall(Region* region) {
371 static TypeHandle Class(i::Handle<i::Map> map, Region* region) {
374 static TypeHandle Constant(i::Handle<i::Object> value, Region* region) {
377 static TypeHandle Range(double min, double max, Region* region) {
384 static TypeHandle Context(TypeHandle outer, Region* region) {
387 static TypeHandle Array(TypeHandle element, Region* region)
    [all...]
  /art/compiler/optimizing/
nodes.h 159 typedef Handle<mirror::Class> TypeHandle;
161 static ReferenceTypeInfo Create(TypeHandle type_handle, bool is_exact);
163 static ReferenceTypeInfo CreateUnchecked(TypeHandle type_handle, bool is_exact) {
169 static bool IsValidHandle(TypeHandle handle) {
262 ReferenceTypeInfo() : type_handle_(TypeHandle()), is_exact_(false) {}
263 ReferenceTypeInfo(TypeHandle type_handle, bool is_exact)
267 TypeHandle type_handle_;
    [all...]

Completed in 216 milliseconds