HomeSort by relevance Sort by last modified time
    Searched defs:info_ (Results 1 - 25 of 51) sorted by null

1 2 3

  /external/libchrome/base/test/
test_file_util.h 66 void* info_; // The opaque stored permission information. member in class:base::FilePermissionRestorer
  /external/v8/tools/clang/blink_gc_plugin/
CheckTraceVisitor.h 54 RecordInfo* info_; member in class:CheckTraceVisitor
RecordInfo.h 42 : spec_(spec), info_(info), status_(status) {}
45 RecordInfo* info() { return info_; }
49 RecordInfo* info_; member in class:BasePoint
  /system/core/libunwindstack/tests/
MapInfoGetElfTest.cpp 48 info_.reset(new MapInfo{.start = start, .end = start + 1024, .offset = 0, .name = ""});
56 std::unique_ptr<MapInfo> info_; member in class:unwindstack::MapInfoGetElfTest
61 std::unique_ptr<Elf> elf(info_->GetElf(getpid(), false));
71 std::unique_ptr<Elf> elf(info_->GetElf(getpid(), false));
83 std::unique_ptr<Elf> elf(info_->GetElf(getpid(), false));
96 std::unique_ptr<Elf> elf(info_->GetElf(getpid(), false));
110 std::unique_ptr<Elf> elf(info_->GetElf(getpid(), false));
124 std::unique_ptr<Elf> elf(info_->GetElf(getpid(), true));
138 std::unique_ptr<Elf> elf(info_->GetElf(getpid(), true));
  /external/v8/src/asmjs/
asm-wasm-builder.h 38 CompilationInfo* info_; member in class:v8::internal::wasm::AsmWasmBuilder
  /external/v8/src/compiler/
ast-loop-assignment-analyzer.h 57 CompilationInfo* info_; member in class:v8::internal::compiler::final
62 CompilationInfo* info() { return info_; }
js-inlining.h 30 info_(info),
49 CompilationInfo* info_; member in class:v8::internal::compiler::final
graph-visualizer.h 47 explicit AsC1VCompilation(const CompilationInfo* info) : info_(info) {}
48 const CompilationInfo* info_; member in struct:v8::internal::compiler::AsC1VCompilation
frame-states.h 122 info_(info) {}
125 return info_ == nullptr ? FrameStateType::kJavaScriptFunction
126 : info_->type();
131 return info_ == nullptr ? MaybeHandle<SharedFunctionInfo>()
132 : info_->shared_info();
135 return info_ == nullptr ? 0 : info_->parameter_count();
138 return info_ == nullptr ? 0 : info_->local_count();
140 const FrameStateFunctionInfo* function_info() const { return info_; }
145 const FrameStateFunctionInfo* const info_; member in class:v8::internal::compiler::final
    [all...]
wasm-compiler.h 83 CompilationInfo info_; member in class:v8::internal::compiler::final
  /external/v8/src/crankshaft/
compilation-phase.h 25 CompilationInfo* info() const { return info_; }
31 CompilationInfo* info_; member in class:v8::internal::BASE_EMBEDDED
lithium-codegen.h 31 CompilationInfo* info() const { return info_; }
79 CompilationInfo* const info_; member in class:v8::internal::BASE_EMBEDDED
  /external/webrtc/webrtc/base/
latebindingsymboltable.h 59 const TableInfo *info_; member in class:rtc::LateBindingSymbolTable
  /external/v8/src/
safepoint-table.h 20 SafepointEntry() : info_(0), bits_(NULL) {}
22 SafepointEntry(unsigned info, uint8_t* bits) : info_(info), bits_(bits) {
29 return info_ == other.info_ && bits_ == other.bits_;
33 info_ = 0;
39 return DeoptimizationIndexField::decode(info_);
59 return ArgumentsField::decode(info_);
64 return SaveDoublesField::decode(info_);
76 unsigned info_; member in class:v8::internal::BASE_EMBEDDED
compiler.h 205 CompilationInfo* info() const { return info_; }
219 CompilationInfo* info_; member in class:v8::internal::CompilationJob
code-stubs-hydrogen.cc 45 info_(info),
77 CompilationInfo* info() { return info_; }
80 Isolate* isolate() { return info_->isolate(); }
85 CompilationInfo* info_; member in class:v8::internal::CodeStubGraphBuilderBase
  /art/dexlayout/
dexlayout.h 77 : options_(options), info_(info), out_file_(out_file), header_(header) { }
132 ProfileCompilationInfo* info_; member in class:art::DexLayout
  /art/runtime/mirror/
method_handle_impl.h 135 return MemberOffset(OFFSETOF_MEMBER(MethodHandleImpl, info_));
138 HeapReference<mirror::Object> info_; // Unused by the runtime. member in class:art::mirror::MethodHandleImpl
  /external/webrtc/webrtc/modules/audio_coding/codecs/red/
audio_encoder_copy_red_unittest.cc 84 memset(&info_, 0, sizeof(info_));
93 RTC_CHECK_LE(info_.encoded_bytes, max_encoded_bytes);
94 memcpy(encoded, payload_, info_.encoded_bytes);
96 return info_;
99 AudioEncoder::EncodedInfo info_; member in class:webrtc::MockEncodeHelper
218 helper.info_.encoded_bytes = 17;
219 helper.info_.encoded_timestamp = timestamp_;
231 helper.info_.encoded_timestamp = timestamp_;
245 helper.info_.encoded_bytes = kPayloadLenBytes
    [all...]
  /external/libmojo/mojo/edk/system/
core_test_base.cc 40 info_->IncrementCloseCallCount();
47 info_->IncrementWriteMessageCallCount();
64 info_->IncrementReadMessageCallCount();
75 info_->IncrementWriteDataCallCount();
82 info_->IncrementBeginWriteDataCallCount();
87 info_->IncrementEndWriteDataCallCount();
94 info_->IncrementReadDataCallCount();
101 info_->IncrementBeginReadDataCallCount();
106 info_->IncrementEndReadDataCallCount();
114 info_->IncrementAddAwakableCallCount()
140 CoreTestBase::MockHandleInfo* const info_; member in class:mojo::edk::test::__anon23694::MockDispatcher::CoreTestBase
    [all...]
  /external/v8/src/interpreter/
bytecode-generator.h 177 inline CompilationInfo* info() const { return info_; }
210 CompilationInfo* info_; member in class:v8::internal::interpreter::final
  /external/v8/src/profiler/
allocation-tracker.h 136 FunctionInfo* info_; member in class:v8::internal::AllocationTracker::UnresolvedLocation
  /frameworks/native/libs/vr/libpdx/private/pdx/
service.h 348 MessageInfo info_; member in class:android::pdx::Message
  /system/extras/simpleperf/
SampleDisplayer.h 204 void SetInfo(const InfoT* info) { info_ = info; }
233 : item.func_with_info(sample, info_);
254 : item.func_with_info(sample, info_);
267 const InfoT* info_; member in class:SampleDisplayer
  /art/runtime/jit/
profile_compilation_info.h 404 // profile_key_map_ and info_. However, it makes the profiles logic much
626 // Read all the classes from the buffer into the profile `info_` structure.
631 // Read all the methods from the buffer into the profile `info_` structure.
672 ArenaVector<DexFileData*> info_; member in class:art::ProfileCompilationInfo
676 // over the info_ vector when searching by profile key.

Completed in 1047 milliseconds

1 2 3