Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_x86_64.h607 void Store64BitValueToStack(Location dest, int64_t value);
Dcode_generator_x86_64.cc1611 Store64BitValueToStack(destination, value); in Move()
5879 codegen_->Store64BitValueToStack(destination, value); in EmitMove()
5900 codegen_->Store64BitValueToStack(destination, value); in EmitMove()
7692 void CodeGeneratorX86_64::Store64BitValueToStack(Location dest, int64_t value) { in Store64BitValueToStack() function in art::x86_64::CodeGeneratorX86_64