Searched defs:TypeHandle (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dtypes.h305 typedef typename Config::template Handle<TypeImpl>::type TypeHandle; typedef in class:v8::internal::TypeImpl
321 static TypeHandle type(Region* region) { \
327 static TypeHandle Class(i::Handle<i::Map> map, Region* region) {
330 static TypeHandle Constant(i::Handle<i::Object> value, Region* region) {
333 static TypeHandle Range(
337 static TypeHandle Context(TypeHandle outer, Region* region) {
340 static TypeHandle Array(TypeHandle element, Region* region) {
344 TypeHandle resul
997 typedef typename Type::TypeHandle TypeHandle; typedef in struct:v8::internal::BoundsImpl
[all...]

Completed in 149 milliseconds