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

  /external/v8/src/
register-configuration.h 100 const char* GetDoubleRegisterName(int code) const {
deoptimizer.cc     [all...]
objects.cc     [all...]
  /external/v8/src/crankshaft/
lithium.cc 80 GetRegConfig()->GetDoubleRegisterName(reg_index);
126 stream->Add("[%s|R]", GetRegConfig()->GetDoubleRegisterName(reg_index));
lithium-allocator.cc     [all...]
hydrogen.cc     [all...]
  /external/v8/src/ppc/
disasm-ppc.cc 123 Print(GetRegConfig()->GetDoubleRegisterName(reg));
    [all...]
simulator-ppc.cc 309 GetRegConfig()->GetDoubleRegisterName(i), dvalue,
    [all...]
  /external/v8/src/compiler/
instruction.cc 132 << conf->GetDoubleRegisterName(
170 << GetRegConfig()->GetDoubleRegisterName(allocated.register_code())
    [all...]
graph-visualizer.cc 592 os_ << " \"" << config->GetDoubleRegisterName(op.register_code())
register-allocator.cc     [all...]
  /external/v8/src/s390/
disasm-s390.cc 116 Print(GetRegConfig()->GetDoubleRegisterName(reg));
    [all...]
simulator-s390.cc 323 GetRegConfig()->GetDoubleRegisterName(i), fvalue,
331 GetRegConfig()->GetDoubleRegisterName(i), dvalue,
    [all...]

Completed in 357 milliseconds