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

  /external/icu/icu4c/source/layout/
LookupTables.h 30 typedef le_int16 LookupValue;
41 LookupValue value;
47 LookupValue value;
65 LookupValue valueArray[ANY_NUMBER];
91 LookupValue valueArray[ANY_NUMBER];
SimpleArrayProcessor2.h 53 LEReferenceToArrayOf<LookupValue> valueArray;
SimpleArrayProcessor.cpp 40 LEReferenceToArrayOf<LookupValue> valueArray(simpleArrayLookupTable, success, (const LookupValue*)&simpleArrayLookupTable->valueArray, LE_UNBOUNDED_ARRAY);
TrimmedArrayProcessor2.h 55 LEReferenceToArrayOf<LookupValue> valueArray;
SimpleArrayProcessor2.cpp 30 valueArray = LEReferenceToArrayOf<LookupValue>(morphSubtableHeader, success, &simpleArrayLookupTable->valueArray[0], LE_UNBOUNDED_ARRAY);
StateTableProcessor2.cpp 84 LookupValue classCode = classCodeOOB;
115 LookupValue classCode = classCodeOOB;
152 LookupValue classCode = classCodeOOB;
192 LookupValue classCode = classCodeOOB;
TrimmedArrayProcessor2.cpp 32 valueArray = LEReferenceToArrayOf<LookupValue>(morphSubtableHeader, success, &trimmedArrayLookupTable->valueArray[0], LE_UNBOUNDED_ARRAY);
ContextualGlyphSubstProc2.cpp 89 LEReferenceToArrayOf<LookupValue> valueArray(lookupTable0, success, &lookupTable0->valueArray[0], LE_UNBOUNDED_ARRAY);
131 LEReferenceToArrayOf<LookupValue> valueArray(lookupTable8, success, &lookupTable8->valueArray[0], glyphCount);
  /art/compiler/dex/
local_value_numbering.cc 62 return gvn->LookupValue(kAliasingIFieldStartVersionOp, field_id,
68 return gvn->LookupValue(kAliasingIFieldBumpVersionOp, old_version,
74 return gvn->LookupValue(kAliasingIFieldOp, field_id, base, memory_version);
82 uint16_t loc = gvn->LookupValue(kNonAliasingIFieldLocOp, base, field_id, type);
86 : gvn->LookupValue(kNonAliasingIFieldInitialOp, loc, kNoValue, kNoValue);
101 return gvn->LookupValue(kMergeBlockAliasingIFieldVersionBumpOp, field_id, kNoValue, lvn_id);
106 return gvn->LookupValue(kMergeBlockAliasingIFieldMergeLocationOp, field_id, base, lvn_id);
115 return gvn->LookupValue(kNonAliasingArrayStartVersionOp, array, kNoValue, kNoValue);
120 return gvn->LookupValue(kNonAliasingArrayBumpVersionOp, old_version,
126 return gvn->LookupValue(kNonAliasingArrayOp, array, index, memory_version)
    [all...]
global_value_numbering.h 100 uint16_t LookupValue(uint16_t op, uint16_t operand1, uint16_t operand2, uint16_t modifier) {
local_value_numbering.h 120 res = gvn_->LookupValue(kNoValue, s_reg, kNoValue, kNoValue);
  /external/pdfium/core/src/fpdfdoc/
doc_basic.cpp 216 CPDF_Object* CPDF_NameTree::LookupValue(int nIndex, CFX_ByteString& csName) const
224 CPDF_Object* CPDF_NameTree::LookupValue(const CFX_ByteString& csName) const
234 CPDF_Object* pValue = LookupValue(sName);
520 pValue = numberTree.LookupValue(n);
doc_action.cpp 344 CPDF_Object *pAction = name_tree.LookupValue(index, csName);
354 CPDF_Object *pAction = name_tree.LookupValue(csName);
doc_tagged.cpp 108 CPDF_Object* pParents = parent_tree.LookupValue(parents_id);
  /external/v8/src/
lithium.cc 403 return HConstant::cast(graph_->LookupValue(operand->index()));
409 return graph_->LookupValue(operand->index())->representation();
lithium-allocator.cc 672 HValue* instr = graph_->LookupValue(index);
    [all...]
hydrogen.h 369 HValue* LookupValue(int id) const {
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_utility.cpp 476 CPDF_Object* CPDF_NumberTree::LookupValue(int num)
  /external/pdfium/core/include/fpdfdoc/
fpdf_doc.h 54 CPDF_Object* LookupValue(int nIndex, CFX_ByteString& csName) const;
56 CPDF_Object* LookupValue(const CFX_ByteString& csName) const;
    [all...]
  /external/pdfium/core/include/fpdfapi/
fpdf_parser.h 813 CPDF_Object* LookupValue(int num);
  /external/pdfium/fpdfsdk/src/
fpdfview.cpp 856 pDestObj = nameTree.LookupValue(index, bsName);

Completed in 629 milliseconds