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 640 const uint8_t* type_pointer = status_pointer + sizeof(uint16_t); local
641 CHECK_LT(type_pointer, oat_file_->End()) << oat_file_->GetLocation();
642 OatClassType type = static_cast<OatClassType>(*reinterpret_cast<const uint16_t*>(type_pointer));
645 const uint8_t* after_type_pointer = type_pointer + sizeof(int16_t);
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/python/
pyrun.swg     [all...]

Completed in 145 milliseconds