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

  /external/chromium_org/v8/src/
hydrogen-uint32-analysis.cc 31 (instr->IsInteger32Constant() && instr->GetInteger32Constant() >= 0);
130 operand->GetInteger32Constant() >= 0) {
hydrogen-escape-analysis.cc 50 int size_in_bytes = allocate->size()->GetInteger32Constant();
299 int size_in_bytes = allocate->size()->GetInteger32Constant();
hydrogen-bch.cc 268 limit->GetInteger32Constant());
hydrogen-instructions.cc 469 int32_t HValue::GetInteger32Constant() {
475 return IsInteger32Constant() && GetInteger32Constant() == value;
    [all...]
hydrogen-instructions.h 658 int32_t GetInteger32Constant();
    [all...]
hydrogen.cc     [all...]