Home
last modified time | relevance | path

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

/aosp_15_r20/art/compiler/optimizing/
H A Dcode_generator_x86_64.h697 void Store64BitValueToStack(Location dest, int64_t value);
H A Dcode_generator_x86_64.cc2050 Store64BitValueToStack(destination, value); in Move()
6496 codegen_->Store64BitValueToStack(destination, value); in EmitMove()
6517 codegen_->Store64BitValueToStack(destination, value); in EmitMove()
8440 void CodeGeneratorX86_64::Store64BitValueToStack(Location dest, int64_t value) { in Store64BitValueToStack() function in art::x86_64::CodeGeneratorX86_64