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

  /frameworks/compile/slang/
slang_rs_export_element.cpp 92 RSExportPrimitiveType *EPT =
98 slangAssert(EI->type == EPT->getType() && "Element has unexpected type");
99 ET = EPT;
slang_rs_reflection_cpp.cpp 65 const RSExportPrimitiveType *EPT =
67 if (EPT->isRSObjectType()) {
69 RSExportPrimitiveType::getRSReflectionType(EPT)->c_name + ">";
71 return RSExportPrimitiveType::getRSReflectionType(EPT)->c_name;
538 void RSReflectionCpp::genGetterAndSetter(const RSExportPrimitiveType *EPT,
541 EPT->convertToRTD(&rtd);
542 std::string TypeName = GetTypeName(EPT, false);
548 if (EPT->isRSObjectType()) {
807 const RSExportPointerType *EPT =
809 ET = EPT->getPointeeType()
    [all...]
slang_rs_reflection.cpp 134 static const char *GetPackerAPIName(const RSExportPrimitiveType *EPT) {
167 unsigned TypeId = EPT->getType();
170 return PrimitiveTypePackerAPINameMap[EPT->getType()];
222 const RSExportPrimitiveType *EPT =
224 if (EPT->isRSObjectType())
226 else if (EPT->getType() == DataTypeBoolean)
482 const RSExportPrimitiveType *EPT =
484 if (EPT->getType() == DataTypeBoolean) {
850 const RSExportPointerType *EPT =
852 genTypeInstance(EPT->getPointeeType())
    [all...]
slang_rs_reflection_cpp.h 116 void genGetterAndSetter(const RSExportPrimitiveType *EPT, const RSExportVar* EV);
slang_rs_export_type.h 341 static size_t GetSizeInBits(const RSExportPrimitiveType *EPT);
352 const RSExportPrimitiveType *EPT) {
353 return getRSReflectionType(EPT->getType());
slang_rs_export_type.cpp     [all...]
  /external/oprofile/events/i386/nehalem/
events 55 event:0x4F counters:0,1,2,3 um:ept minimum:6000 name:EPT : Counts Extended Page Directory Entry accesses. The Extended Page Directory cache is used by Virtual Machine operating systems while the guest operating systems use the standard TLB caches.

Completed in 237 milliseconds