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

  /external/icu4c/layout/
LookupTables.h 29 typedef le_int16 LookupValue;
40 LookupValue value;
46 LookupValue value;
64 LookupValue valueArray[ANY_NUMBER];
86 LookupValue valueArray[ANY_NUMBER];
StateTableProcessor2.cpp 64 LookupValue classCode = classCodeOOB;
87 LookupValue classCode = classCodeOOB;
116 LookupValue classCode = classCodeOOB;
144 LookupValue classCode = classCodeOOB;
  /art/compiler/dex/
local_value_numbering.cc 126 uint16_t res = LookupValue(Instruction::CONST, Low16Bits(mir->dalvikInsn.vB),
133 uint16_t res = LookupValue(Instruction::CONST, 0, mir->dalvikInsn.vB, 0);
140 uint16_t low_res = LookupValue(Instruction::CONST, Low16Bits(mir->dalvikInsn.vB),
144 high_res = LookupValue(Instruction::CONST, 0xffff, 0xffff, 2);
146 high_res = LookupValue(Instruction::CONST, 0, 0, 2);
148 uint16_t res = LookupValue(Instruction::CONST, low_res, high_res, 3);
156 uint16_t low_res = LookupValue(Instruction::CONST, Low16Bits(low_word),
158 uint16_t high_res = LookupValue(Instruction::CONST, Low16Bits(high_word),
160 uint16_t res = LookupValue(Instruction::CONST, low_res, high_res, 3);
166 uint16_t low_res = LookupValue(Instruction::CONST, 0, 0, 1)
    [all...]
local_value_numbering.h 43 uint16_t LookupValue(uint16_t op, uint16_t operand1, uint16_t operand2, uint16_t modifier) {
101 res = LookupValue(NO_VALUE, s_reg, NO_VALUE, NO_VALUE);
123 res = LookupValue(NO_VALUE, s_reg, NO_VALUE, NO_VALUE);
  /external/chromium_org/v8/src/
lithium.cc 412 return HConstant::cast(graph_->LookupValue(operand->index()));
418 return graph_->LookupValue(operand->index())->representation();
lithium-allocator.cc 700 HValue* instr = graph_->LookupValue(index);
    [all...]
hydrogen.h 366 HValue* LookupValue(int id) const {
    [all...]
  /external/v8/src/
lithium-allocator.cc 689 HValue* instr = graph_->LookupValue(index);
    [all...]
hydrogen.h 307 HValue* LookupValue(int id) const {
    [all...]
  /external/v8/src/arm/
lithium-arm.cc 542 return HConstant::cast(graph_->LookupValue(operand->index()))->handle();
548 return graph_->LookupValue(operand->index())->representation();
    [all...]
  /external/v8/src/mips/
lithium-mips.cc 542 return HConstant::cast(graph_->LookupValue(operand->index()))->handle();
548 return graph_->LookupValue(operand->index())->representation();
    [all...]
  /external/v8/src/x64/
lithium-x64.cc 535 return HConstant::cast(graph_->LookupValue(operand->index()))->handle();
541 return graph_->LookupValue(operand->index())->representation();
    [all...]
  /external/v8/src/ia32/
lithium-ia32.cc 537 return HConstant::cast(graph_->LookupValue(operand->index()))->handle();
543 return graph_->LookupValue(operand->index())->representation();
    [all...]

Completed in 466 milliseconds