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

  /art/runtime/jit/
jit_instrumentation.cc 70 auto it = samples_.find(method_id);
71 if (it != samples_.end()) {
72 samples_.erase(it);
89 auto it = samples_.find(method_id);
90 if (it != samples_.end()) {
95 samples_.insert(std::make_pair(method_id, count));
jit_instrumentation.h 58 std::unordered_map<jmethodID, size_t> samples_; member in class:art::jit::JitInstrumentationCache
  /external/v8/src/
profile-generator.h 184 int samples_count() const { return samples_.length(); }
185 ProfileNode* sample(int index) const { return samples_.at(index); }
202 List<ProfileNode*> samples_; member in class:v8::internal::CpuProfile
profile-generator.cc 334 samples_.Add(top_frame_node);
  /external/deqp/modules/gles31/functional/
es31fFboNoAttachmentTests.cpp 320 FboSpec(int width_, int height_, int samples_) : width(width_), height(height_), samples(samples_){}
  /external/deqp/modules/gles3/functional/
es3fFragmentOutputTests.cpp 79 BufferSpec (deUint32 format_, int width_, int height_, int samples_)
83 , samples (samples_)
    [all...]
es3fFboRenderTest.cpp 69 FboConfig (deUint32 buffers_, deUint32 colorType_, deUint32 colorFormat_, deUint32 depthStencilType_, deUint32 depthStencilFormat_, int width_ = 0, int height_ = 0, int samples_ = 0)
77 , samples (samples_)
    [all...]

Completed in 130 milliseconds