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

  /external/llvm/lib/Transforms/Utils/
ASanStackFrameLayout.cpp 75 bool IsLast = i == NumVars - 1;
86 size_t NextAlignment = IsLast ? Granularity
93 IsLast ? kAsanStackRightRedzoneMagic
  /art/runtime/
type_lookup_table.h 53 if (entry->IsLast()) {
110 bool IsLast() const {
type_lookup_table.cc 139 while (!entry->IsLast()) {
  /art/compiler/optimizing/
bytecode_utils.h 35 bool IsLast() const { return code_ptr_ + CurrentInstruction().SizeInCodeUnits() >= code_end_; }
141 bool IsLast() const { return index_ == num_entries_ - 1; }
block_builder.cc 92 if (table.ShouldBuildDecisionTree() && !s_it.IsLast()) {
107 if (it.IsLast()) {
165 if (table.ShouldBuildDecisionTree() && !s_it.IsLast()) {
instruction_builder.cc 611 if (!it.IsLast()) {
    [all...]
  /external/pdfium/fpdfsdk/include/fxedit/
fxet_edit.h 258 FX_BOOL IsLast() { return m_bLast; }
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_edit.cpp 598 if (m_pEdit && IsLast()) {
644 if (m_pEdit && IsLast()) {
683 if (IsLast()) {
722 if (IsLast()) {
    [all...]

Completed in 252 milliseconds