Home
last modified time | relevance | path

Searched defs:jptr (Results 1 – 6 of 6) sorted by relevance

/external/compiler-rt/test/tsan/
Djava.h4 typedef unsigned long jptr; // NOLINT typedef
/external/llvm-project/compiler-rt/test/tsan/
Djava.h4 typedef unsigned long jptr; typedef
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interface_java.h35 typedef unsigned long jptr; // NOLINT typedef
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_interface_java.h34 typedef unsigned long jptr; typedef
/external/eigen/Eigen/src/SparseLU/
DSparseLU_column_dfs.h132 StorageIndex jptr = glu.xlsub(jcol); // Not yet compressed in column_dfs() local
/external/skqp/platform_tools/android/apps/arcore/src/main/cpp/
Djni_interface.cc33 inline jlong jptr(hello_ar::HelloArApplication *native_hello_ar_application) { in jptr() function