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 60 return gvn->LookupValue(kAliasingIFieldStartVersionOp, field_id,
66 return gvn->LookupValue(kAliasingIFieldBumpVersionOp, old_version,
72 return gvn->LookupValue(kAliasingIFieldOp, field_id, base, memory_version);
80 uint16_t loc = gvn->LookupValue(kNonAliasingIFieldLocOp, base, field_id, type);
84 : gvn->LookupValue(kNonAliasingIFieldInitialOp, loc, kNoValue, kNoValue);
99 return gvn->LookupValue(kMergeBlockAliasingIFieldVersionBumpOp, field_id, kNoValue, lvn_id);
104 return gvn->LookupValue(kMergeBlockAliasingIFieldMergeLocationOp, field_id, base, lvn_id);
112 return gvn->LookupValue(kNonAliasingArrayStartVersionOp, array, kNoValue, kNoValue);
117 return gvn->LookupValue(kNonAliasingArrayBumpVersionOp, old_version,
123 return gvn->LookupValue(kNonAliasingArrayOp, array, index, memory_version)
    [all...]
global_value_numbering.h 85 uint16_t LookupValue(uint16_t op, uint16_t operand1, uint16_t operand2, uint16_t modifier) {
103 // This is equivalent to value == LookupValue(op, operand1, operand2, modifier)
local_value_numbering.h 118 res = gvn_->LookupValue(kNoValue, s_reg, kNoValue, kNoValue);
  /external/pdfium/core/src/fpdfdoc/
doc_basic.cpp 211 CPDF_Object* CPDF_NameTree::LookupValue(int nIndex, CFX_ByteString& csName) const
219 CPDF_Object* CPDF_NameTree::LookupValue(const CFX_ByteString& csName) const
229 CPDF_Object* pValue = LookupValue(sName);
515 pValue = numberTree.LookupValue(n);
doc_action.cpp 341 CPDF_Object *pAction = name_tree.LookupValue(index, csName);
351 CPDF_Object *pAction = name_tree.LookupValue(csName);
doc_tagged.cpp 120 CPDF_Object* pParents = parent_tree.LookupValue(parents_id);
  /external/chromium_org/mojo/public/tools/bindings/pylib/mojom/generate/
data.py 68 def LookupValue(values, name, scope):
83 result = LookupValue(module.values, value[1], scope)
  /external/chromium_org/v8/src/
lithium.cc 374 return HConstant::cast(graph_->LookupValue(operand->index()));
380 return graph_->LookupValue(operand->index())->representation();
lithium-allocator.cc 687 HValue* instr = graph_->LookupValue(index);
    [all...]
hydrogen.h 365 HValue* LookupValue(int id) const {
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_utility.cpp 450 CPDF_Object* CPDF_NumberTree::LookupValue(int num)
  /external/pdfium/core/include/fpdfdoc/
fpdf_doc.h 56 CPDF_Object* LookupValue(int nIndex, CFX_ByteString& csName) const;
58 CPDF_Object* LookupValue(const CFX_ByteString& csName) const;
    [all...]
  /external/pdfium/core/include/fpdfapi/
fpdf_parser.h 847 CPDF_Object* LookupValue(int num);

Completed in 451 milliseconds