HomeSort by relevance Sort by last modified time
    Searched refs:class_idx (Results 1 - 25 of 26) sorted by null

1 2

  /art/runtime/verifier/
method_verifier-inl.h 77 inline const RegType& MethodVerifier::ResolveCheckedClass(uint32_t class_idx) {
79 const RegType& result = ResolveClassAndCheckAccess(class_idx);
method_verifier.h 261 const RegType& ResolveCheckedClass(uint32_t class_idx)
624 const RegType& ResolveClassAndCheckAccess(uint32_t class_idx)
    [all...]
method_verifier.cc 3933 const uint16_t class_idx = dex_file_->GetMethodId(method_idx).class_idx_; local
4070 uint16_t class_idx = dex_file_->GetMethodId(method_idx).class_idx_; local
    [all...]
  /cts/tools/dex-tools/src/dex/reader/
DexFileReader.java 200 public int class_idx; // defining class : index of type_ids field in class:DexFileReader.FieldIdItem
214 item.class_idx = b.readUShort();
222 public int class_idx; // defining class : index of typeIds field in class:DexFileReader.MethodsIdItem
236 item.class_idx = b.readUShort();
244 public int class_idx; field in class:DexFileReader.ClassDefItem
262 item.class_idx = b.readUInt();
DexClassImpl.java 335 return stringPool[typeIds[classDefItem.class_idx]];
  /external/opencv/ml/src/
mlrtrees.cpp 413 votes.data.i[predicted_node->class_idx]++;
553 int class_idx = predicted_node->class_idx; local
554 CV_ASSERT( 0 <= class_idx && class_idx < nclasses );
556 nvotes = ++votes[class_idx];
mlboost.cpp 721 node->class_idx = rcw[1] > rcw[0];
727 node->value = node->class_idx*2 - 1;
    [all...]
mltree.cpp 812 node->class_idx = 0;
    [all...]
  /art/runtime/jit/
offline_profiling_info.h 113 bool AddClassIndex(const std::string& dex_location, uint32_t checksum, uint16_t class_idx);
offline_profiling_info.cc 279 uint16_t class_idx) {
284 data->class_set.insert(class_idx);
  /external/opencv3/modules/ml/
precomp.hpp 215 class_idx = sample_count = depth = complexity = 0;
221 int class_idx; member in struct:cv::ml::DTreesImpl::WNode
  /external/opencv3/modules/ml/src/
precomp.hpp 215 class_idx = sample_count = depth = complexity = 0;
221 int class_idx; member in struct:cv::ml::DTreesImpl::WNode
boost.cpp 176 node->value = node->class_idx == 0 ? -1 : 1;
tree.cpp 270 node.classIdx = wnode.class_idx;
537 node->class_idx = max_k;
    [all...]
  /art/runtime/mirror/
class-inl.h 370 uint32_t class_idx = referrer_dex_cache->GetDexFile()->GetFieldId(field_idx).class_idx_; local
382 class_idx,
413 uint32_t class_idx = referrer_dex_cache->GetDexFile()->GetMethodId(method_idx).class_idx_; local
425 class_idx,
    [all...]
  /external/opencv3/modules/python/src2/
gen2.py 747 self.class_idx = 0
751 classinfo.decl_idx = self.class_idx
752 self.class_idx += 1
    [all...]
  /art/compiler/driver/
compiler_driver.h 439 bool ShouldVerifyClassBasedOnProfile(const DexFile& dex_file, uint16_t class_idx) const;
compiler_driver.cc     [all...]
  /art/runtime/
dex_file.cc 553 // Binary search MethodIds knowing that they are sorted by class_idx, name_idx then proto_idx
554 const uint16_t class_idx = GetIndexForTypeId(declaring_klass); local
562 if (class_idx > field.class_idx_) {
564 } else if (class_idx < field.class_idx_) {
588 // Binary search MethodIds knowing that they are sorted by class_idx, name_idx then proto_idx
589 const uint16_t class_idx = GetIndexForTypeId(declaring_klass); local
597 if (class_idx > method.class_idx_) {
599 } else if (class_idx < method.class_idx_) {
    [all...]
dex_file_verifier.cc     [all...]
  /external/opencv3/apps/traincascade/
old_ml_tree.cpp     [all...]
old_ml_boost.cpp 825 node->class_idx = rcw[1] > rcw[0];
831 node->value = node->class_idx*2 - 1;
    [all...]
  /external/opencv/ml/include/
ml.h 673 int class_idx; member in struct:CvDTreeNode
    [all...]
  /external/opencv/cxcore/src/
cxdatastructs.cpp 2604 int class_idx = 0; local
    [all...]
  /external/opencv3/modules/core/src/
datastructs.cpp 2330 int class_idx = 0; local
    [all...]

Completed in 701 milliseconds

1 2