HomeSort by relevance Sort by last modified time
    Searched refs:ToInt (Results 1 - 25 of 65) sorted by null

1 2 3

  /external/v8/src/compiler/
jump-threading.cc 24 if (result[num.ToInt()] == unvisited()) {
26 result[num.ToInt()] = onstack();
31 RpoNumber to_to = result[to.ToInt()];
34 TRACE(" xx %d\n", from.ToInt());
35 result[from.ToInt()] = from;
37 TRACE(" fw %d -> %d (recurse)\n", from.ToInt(), to.ToInt());
39 result[to.ToInt()] = onstack();
42 TRACE(" fw %d -> %d (cycle)\n", from.ToInt(), to.ToInt());
    [all...]
scheduler.cc 390 TRACE("Create block id:%d for #%d:%s\n", block->id().ToInt(), node->id(),
541 node->op()->mnemonic(), block->id().ToInt());
544 node->op()->mnemonic(), block->id().ToInt(), succ->id().ToInt());
836 if (loop != nullptr && !loop->members->Contains(succ->id().ToInt())) {
    [all...]
live-range-separator.cc 75 int first_block_nr = first_block->rpo_number().ToInt();
76 int last_block_nr = last_block->rpo_number().ToInt();
code-generator.cc 123 buffer, "-- B%d start%s%s%s%s", block->rpo_number().ToInt(),
133 SNPrintF(buffer, " (loop up to %d)", block->loop_end().ToInt());
138 SNPrintF(buffer, " (in loop %d)", block->loop_header().ToInt());
465 data->SetOsrAstId(Smi::FromInt(info_->osr_ast_id().ToInt()));
469 data->SetOsrAstId(Smi::FromInt(osr_ast_id.ToInt()));
schedule.cc 458 os << "--- BLOCK id:" << block->id().ToInt();
469 os << "id:" << predecessor->id().ToInt();
498 os << "id:" << successor->id().ToInt();
instruction.cc 544 return os << "RPO" << constant.ToRpoNumber().ToInt();
840 return deoptimization_entries_[state_id.ToInt()];
905 os << " B" << pred.ToInt();
930 os << " B" << succ.ToInt();
    [all...]
schedule.h 47 int ToInt() const { return static_cast<int>(index_); }
verifier.cc     [all...]
instruction.h 960 int ToInt() const {
    [all...]
  /external/clang/lib/AST/
ASTDiagnostic.cpp 543 /// FromInt, ToInt - APSInt's for integral arguments.
544 llvm::APSInt FromInt, ToInt;
610 /// SetNode - Set FromInt and ToInt of the current node.
611 void SetNode(llvm::APSInt FromInt, llvm::APSInt ToInt,
614 FlatTree[CurrentNode].ToInt = ToInt;
713 /// GetNode - Gets the FromInt and ToInt.
714 void GetNode(llvm::APSInt &FromInt, llvm::APSInt &ToInt,
717 ToInt = FlatTree[ReadNode].ToInt;
    [all...]
  /external/v8/test/cctest/compiler/
test-jump-threading.cc 81 rpo_number_ = RpoNumber::FromInt(rpo_number_.ToInt() + 1);
116 CHECK(expected[i] == result[i].ToInt());
625 CHECK_EQ(target, code.sequence_.InputRpo(instr, 0).ToInt());
643 CHECK_EQ(t1, code.sequence_.InputRpo(instr, 0).ToInt());
644 CHECK_EQ(t2, code.sequence_.InputRpo(instr, 1).ToInt());
651 CHECK_EQ(expected[i++], block->ao_number().ToInt());
  /external/v8/src/
type-feedback-vector-inl.h 161 return next_slot_.ToInt() < metadata()->slot_count();
168 next_slot_ = FeedbackVectorSlot(next_slot_.ToInt() + entry_size());
utils.h 839 int ToInt() const { return id_; }
851 return lhs.ToInt() < rhs.ToInt();
854 return lhs.ToInt() > rhs.ToInt();
863 int ToInt() const { return id_; }
873 friend size_t hash_value(FeedbackVectorSlot slot) { return slot.ToInt(); }
886 int ToInt() const { return id_; }
    [all...]
type-info.cc 33 return static_cast<uint32_t>(ast_id.ToInt());
53 DCHECK(slot.ToInt() >= 0 && slot.ToInt() < feedback_vector_->length());
type-feedback-vector.cc 35 int index = VectorICComputer::index(kReservedIndexCount, slot.ToInt());
37 return VectorICComputer::decode(data, slot.ToInt());
45 Smi* key = Smi::FromInt(slot.ToInt());
60 int index = VectorICComputer::index(kReservedIndexCount, slot.ToInt());
62 int new_data = VectorICComputer::encode(data, slot.ToInt(), kind);
274 return kReservedIndexCount + slot.ToInt();
    [all...]
deoptimizer.cc 650 os << "[couldn't find pc offset for node=" << id.ToInt() << "]\n"
699 int bytecode_offset = translated_frame->node_id().ToInt();
852 bailout_id_, node_id.ToInt(), output_[index]->GetPc(),
887 PrintF(trace_scope_->file(), " => node=%d, height=%d%s\n", node_id.ToInt(),
    [all...]
  /external/pdfium/fpdfsdk/src/javascript/
app.cpp 309 iIcon = CJS_Value(pRuntime, pValue, CJS_Value::VT_unknown).ToInt();
312 iType = CJS_Value(pRuntime, pValue, CJS_Value::VT_unknown).ToInt();
359 iIcon = params[i].ToInt();
361 iType = params[i].ToInt();
382 pEnv->JS_appBeep(params[0].ToInt());
425 FX_DWORD dwInterval = params.size() > 1 ? params[1].ToInt() : 1000;
463 FX_DWORD dwTimeOut = params.size() > 1 ? params[1].ToInt() : 1000;
PublicMethods.cpp 926 int iDec = params[0].ToInt();
927 int iSepStyle = params[1].ToInt();
928 int iNegStyle = params[2].ToInt();
1094 int iSepStyle = params[1].ToInt();
1223 int iDec = params[0].ToInt();
1227 int iSepStyle = params[1].ToInt();
    [all...]
util.cpp 162 strSegment.Format(c_strFormat.c_str(), params[iIndex].ToInt());
208 int nFormat = p1.ToInt();
546 int nByte = params[0].ToInt();
JS_Value.h 54 int ToInt() const;
Document.cpp 325 int nIndex = params[0].ToInt();
445 nStart = params[1].ToInt();
447 nEnd = params[2].ToInt();
706 bUI = CJS_Value(pRuntime, pValue, GET_VALUE_TYPE(pValue)).ToInt();
    [all...]
Field.cpp 956 iSelecting = SelValue.ToInt();
    [all...]
  /external/v8/src/runtime/
runtime-compiler.cc 234 PrintF(" at AST id %d]\n", ast_id.ToInt());
253 ast_id.ToInt(), data->OsrPcOffset()->value());
276 PrintF(" at AST id %d]\n", ast_id.ToInt());
  /external/v8/test/unittests/compiler/
liveness-analyzer-unittest.cc 104 int ast_num = state_info.bailout_id().ToInt();
  /external/v8/src/crankshaft/
lithium-codegen.cc 337 data->SetOsrAstId(Smi::FromInt(info_->osr_ast_id().ToInt()));

Completed in 890 milliseconds

1 2 3