Searched refs:UseConstant (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/v8/src/arm/
H A Dlithium-arm.cc524 LOperand* LChunkBuilder::UseConstant(HValue* value) { function in class:v8::internal::LChunkBuilder
2378 ? UseConstant(instr->size())
H A Dlithium-arm.h2707 MUST_USE_RESULT LOperand* UseConstant(HValue* value);
/external/chromium_org/v8/src/ia32/
H A Dlithium-ia32.cc574 LOperand* LChunkBuilder::UseConstant(HValue* value) { function in class:v8::internal::LChunkBuilder
2497 ? UseConstant(instr->size())
H A Dlithium-ia32.h2837 MUST_USE_RESULT LOperand* UseConstant(HValue* value);
/external/chromium_org/v8/src/mips/
H A Dlithium-mips.cc529 LOperand* LChunkBuilder::UseConstant(HValue* value) { function in class:v8::internal::LChunkBuilder
2298 ? UseConstant(instr->size())
H A Dlithium-mips.h2665 MUST_USE_RESULT LOperand* UseConstant(HValue* value);
/external/chromium_org/v8/src/x64/
H A Dlithium-x64.cc530 LOperand* LChunkBuilder::UseConstant(HValue* value) { function in class:v8::internal::LChunkBuilder
2315 ? UseConstant(instr->size())
H A Dlithium-x64.h2611 MUST_USE_RESULT LOperand* UseConstant(HValue* value);

Completed in 89 milliseconds