HomeSort by relevance Sort by last modified time
    Searched defs:GetKind (Results 1 - 10 of 10) sorted by null

  /external/v8/src/
type-feedback-vector.h 93 FeedbackVectorSlotKind GetKind(int slot) const {
136 FeedbackVectorSlotKind GetKind(int slot) const {
192 FeedbackVectorSlotKind GetKind(FeedbackVectorSlot slot) const;
262 FeedbackVectorSlotKind GetKind(FeedbackVectorSlot slot) const;
454 DCHECK_EQ(FeedbackVectorSlotKind::CALL_IC, vector->GetKind(slot));
458 DCHECK_EQ(FeedbackVectorSlotKind::CALL_IC, vector->GetKind(slot));
489 DCHECK_EQ(FeedbackVectorSlotKind::LOAD_IC, vector->GetKind(slot));
497 DCHECK_EQ(FeedbackVectorSlotKind::LOAD_IC, vector->GetKind(slot));
513 DCHECK_EQ(FeedbackVectorSlotKind::LOAD_GLOBAL_IC, vector->GetKind(slot));
517 DCHECK_EQ(FeedbackVectorSlotKind::LOAD_GLOBAL_IC, vector->GetKind(slot))
    [all...]
type-feedback-vector.cc 33 FeedbackVectorSlotKind TypeFeedbackMetadata::GetKind(
41 DCHECK(SlotRequiresName(GetKind(slot)));
87 FeedbackVectorSlotKind kind = spec->GetKind(i);
90 FeedbackVectorSlotKind kind = spec->GetKind(i + j);
116 FeedbackVectorSlotKind kind = spec->GetKind(i);
151 FeedbackVectorSlotKind kind = GetKind(slot);
154 if (kind != other_spec->GetKind(i)) {
179 FeedbackVectorSlotKind kind = GetKind(slot);
181 if (GetKind(slot) != other_metadata->GetKind(slot))
    [all...]
  /art/runtime/
debugger.h 170 Kind GetKind() const {
    [all...]
stack_map.h 160 Kind GetKind() const {
476 DCHECK(location.GetKind() == DexRegisterLocation::Kind::kInStack);
487 DCHECK_EQ(location.GetKind(), DexRegisterLocation::Kind::kConstant);
    [all...]
  /art/compiler/optimizing/
nodes.cc     [all...]
  /external/clang/lib/AST/
ASTDiagnostic.cpp 112 if (Arg.getKind() == TemplateArgument::Type)
789 return GetKind() == Invalid;
792 /// GetKind - Returns the current node's type.
793 DiffKind GetKind() {
835 if (TA.getKind() != TemplateArgument::Pack) return;
877 if (TA.getKind() != TemplateArgument::Pack) break;
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libwebm/
mkvparser.cpp     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvparser.cpp     [all...]
  /external/libvpx/libvpx/third_party/libwebm/
mkvparser.cpp     [all...]
  /external/libvpx/libwebm/mkvparser/
mkvparser.cc     [all...]

Completed in 357 milliseconds