HomeSort by relevance Sort by last modified time
    Searched refs:type_pointer (Results 1 - 3 of 3) sorted by null

  /prebuilts/misc/common/swig/include/2.0.11/perl5/
perlrun.swg 481 static void *type_pointer = (void *)0;
485 if (!type_pointer) {
486 pointer = get_sv("swig_runtime_data::type_pointer" SWIG_RUNTIME_VERSION SWIG_TYPE_TABLE_NAME, FALSE | GV_ADDMULTI);
488 type_pointer = INT2PTR(swig_type_info **, SvIV(pointer));
492 return (swig_module_info *) type_pointer;
500 pointer = get_sv("swig_runtime_data::type_pointer" SWIG_RUNTIME_VERSION SWIG_TYPE_TABLE_NAME, TRUE | GV_ADDMULTI);
  /art/runtime/
oat_file.cc 480 const byte* type_pointer = status_pointer + sizeof(uint16_t); local
481 CHECK_LT(type_pointer, oat_file_->End()) << oat_file_->GetLocation();
482 OatClassType type = static_cast<OatClassType>(*reinterpret_cast<const uint16_t*>(type_pointer));
485 const byte* after_type_pointer = type_pointer + sizeof(int16_t);
  /prebuilts/misc/common/swig/include/2.0.11/python/
pyrun.swg     [all...]

Completed in 75 milliseconds