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

  /art/compiler/optimizing/
locations.cc 54 int64_t value = CodeGenerator::GetInt64ValueOf(constant);
65 int64_t value = CodeGenerator::GetInt64ValueOf(constant);
common_arm64.h 211 int64_t value = CodeGenerator::GetInt64ValueOf(constant);
code_generator_mips64.cc 692 int64_t value = GetInt64ValueOf(source.GetConstant()->AsConstant());
772 int64_t value = GetInt64ValueOf(src_cst->AsConstant());
    [all...]
code_generator.h 388 static int64_t GetInt64ValueOf(HConstant* constant) {
code_generator_mips.cc     [all...]
code_generator_x86.cc     [all...]
code_generator_arm.cc     [all...]
code_generator_x86_64.cc     [all...]

Completed in 285 milliseconds