Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_x86_64.h502 void Store64BitValueToStack(Location dest, int64_t value);
Dcode_generator_x86_64.cc1199 Store64BitValueToStack(destination, value); in Move()
5165 codegen_->Store64BitValueToStack(destination, value); in EmitMove()
5186 codegen_->Store64BitValueToStack(destination, value); in EmitMove()
6624 void CodeGeneratorX86_64::Store64BitValueToStack(Location dest, int64_t value) { in Store64BitValueToStack() function in art::x86_64::CodeGeneratorX86_64