Home
last modified time | relevance | path

Searched refs:UseRegisterAndClobber (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/crankshaft/arm64/
Dlithium-arm64.cc349 LOperand* LChunkBuilder::UseRegisterAndClobber(HValue* value) { in UseRegisterAndClobber() function in v8::internal::LChunkBuilder
2095 context = UseRegisterAndClobber(instr->context()); in DoStoreContextSlot()
2096 value = UseRegisterAndClobber(instr->value()); in DoStoreContextSlot()
2119 elements = UseRegisterAndClobber(instr->elements()); in DoStoreKeyed()
2120 val = UseRegisterAndClobber(instr->value()); in DoStoreKeyed()
2164 value = UseRegisterAndClobber(instr->value()); in DoStoreNamedField()
2191 LOperand* string = UseRegisterAndClobber(instr->string()); in DoStringCharCodeAt()
2192 LOperand* index = UseRegisterAndClobber(instr->index()); in DoStringCharCodeAt()
2483 LOperand* index = UseRegisterAndClobber(instr->index()); in DoLoadFieldByIndex()
Dlithium-arm64.h2739 MUST_USE_RESULT LOperand* UseRegisterAndClobber(HValue* value);