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

  /external/v8/src/crankshaft/arm64/
lithium-gap-resolver-arm64.cc 245 __ StoreConstant(reinterpret_cast<intptr_t>(smi),
248 __ StoreConstant(cgen_->ToInteger32(constant_source),
256 __ StoreConstant(reinterpret_cast<intptr_t>(obj),
delayed-masm-arm64.h 78 // StoreConstant can only be used if the scratch register is not acquired.
79 void StoreConstant(uint64_t value, const MemOperand& operand);
delayed-masm-arm64.cc 66 void DelayedMasm::StoreConstant(uint64_t value, const MemOperand& operand) {

Completed in 63 milliseconds