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

1 2 3

  /external/v8/src/compiler/
jump-threading.cc 25 if (result[num.ToInt()] == unvisited()) {
27 result[num.ToInt()] = onstack();
32 RpoNumber to_to = result[to.ToInt()];
35 TRACE(" xx %d\n", from.ToInt());
36 result[from.ToInt()] = from;
38 TRACE(" fw %d -> %d (recurse)\n", from.ToInt(), to.ToInt());
40 result[to.ToInt()] = onstack();
43 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 84 int first_block_nr = first_block->rpo_number().ToInt();
85 int last_block_nr = last_block->rpo_number().ToInt();
schedule.cc 458 os << "--- BLOCK id:" << block->id().ToInt();
469 os << "id:" << predecessor->id().ToInt();
498 os << "id:" << successor->id().ToInt();
code-generator.cc 138 buffer, "-- B%d start%s%s%s%s", block->rpo_number().ToInt(),
148 SNPrintF(buffer, " (loop up to %d)", block->loop_end().ToInt());
153 SNPrintF(buffer, " (in loop %d)", block->loop_header().ToInt());
589 data->SetOsrAstId(Smi::FromInt(info_->osr_ast_id().ToInt()));
593 data->SetOsrAstId(Smi::FromInt(osr_ast_id.ToInt()));
    [all...]
verifier.cc     [all...]
schedule.h 50 int ToInt() const { return static_cast<int>(index_); }
  /external/v8/src/compiler/arm/
unwinding-info-writer-arm.cc 18 DCHECK_LT(block->rpo_number().ToInt(),
21 block_initial_states_[block->rpo_number().ToInt()];
45 int successor_index = successor.ToInt();
  /external/v8/src/compiler/arm64/
unwinding-info-writer-arm64.cc 18 DCHECK_LT(block->rpo_number().ToInt(),
21 block_initial_states_[block->rpo_number().ToInt()];
45 int successor_index = successor.ToInt();
  /external/v8/src/compiler/x64/
unwinding-info-writer-x64.cc 18 DCHECK_LT(block->rpo_number().ToInt(),
21 block_initial_states_[block->rpo_number().ToInt()];
50 int successor_index = successor.ToInt();
  /external/v8/tools/clang/rewrite_to_chrome_style/tests/
macros-expected.cc 11 inline long long ToInt(argumentType* argumentName) { \
27 long long as_int = ToInt(base_ptr);
  /external/clang/lib/AST/
ASTDiagnostic.cpp 619 void SetIntegerDiff(const llvm::APSInt &FromInt, const llvm::APSInt &ToInt,
627 FlatTree[CurrentNode].ToArgInfo.Val = ToInt;
656 Expr *FromExpr, const llvm::APSInt &ToInt, bool IsValidToInt,
664 FlatTree[CurrentNode].ToArgInfo.Val = ToInt;
775 void GetIntegerDiff(llvm::APSInt &FromInt, llvm::APSInt &ToInt,
781 ToInt = FlatTree[ReadNode].ToArgInfo.Val;
807 Expr *&FromExpr, llvm::APSInt &ToInt, bool &IsValidToInt,
815 ToInt = FlatTree[ReadNode].ToArgInfo.Val;
    [all...]
  /external/v8/src/
feedback-vector-inl.h 269 return next_slot_.ToInt() < metadata()->slot_count();
276 next_slot_ = FeedbackSlot(next_slot_.ToInt() + entry_size());
feedback-vector.h 174 DCHECK(slot.ToInt() >= 0 && slot.ToInt() < slot_count_);
175 return kinds_[slot.ToInt()];
201 return static_cast<FeedbackSlotKind>(slot_kinds_.at(slot.ToInt()));
298 return kReservedIndexCount + slot.ToInt();
utils.h 884 int ToInt() const { return id_; }
896 return lhs.ToInt() < rhs.ToInt();
899 return lhs.ToInt() > rhs.ToInt();
907 int ToInt() const { return id_; }
915 friend size_t hash_value(FeedbackSlot slot) { return slot.ToInt(); }
928 int ToInt() const { return id_; }
945 return id_ == ConstructStubCreate().ToInt() ||
946 id_ == ConstructStubInvoke().ToInt();
    [all...]
type-info.cc 33 return static_cast<uint32_t>(ast_id.ToInt());
52 DCHECK(slot.ToInt() >= 0 && slot.ToInt() < feedback_vector_->length());
deoptimizer.cc 594 os << "[couldn't find pc offset for node=" << id.ToInt() << "]\n"
639 int bytecode_offset = translated_frame->node_id().ToInt();
791 bailout_id_, node_id.ToInt(), output_[index]->GetPc(),
826 PrintF(trace_scope_->file(), " => node=%d, height=%d%s\n", node_id.ToInt(),
    [all...]
  /external/pdfium/fpdfsdk/javascript/
PublicMethods.cpp 773 int iDec = params[0].ToInt(pRuntime);
774 int iSepStyle = params[1].ToInt(pRuntime);
775 int iNegStyle = params[2].ToInt(pRuntime);
946 int iSepStyle = params[1].ToInt(pRuntime);
1019 int iDec = params[0].ToInt(pRuntime);
1023 int iSepStyle = params[1].ToInt(pRuntime);
    [all...]
util.cpp 152 strSegment.Format(c_strFormat.c_str(), params[iIndex].ToInt(pRuntime));
197 switch (p1.ToInt(pRuntime)) {
453 int arg = params[0].ToInt(pRuntime);
app.cpp 397 iIcon = newParams[1].ToInt(pRuntime);
401 iType = newParams[2].ToInt(pRuntime);
423 pRuntime->GetFormFillEnv()->JS_appBeep(params[0].ToInt(pRuntime));
465 uint32_t dwInterval = params.size() > 1 ? params[1].ToInt(pRuntime) : 1000;
500 uint32_t dwTimeOut = params.size() > 1 ? params[1].ToInt(pRuntime) : 1000;
JS_Value.h 58 int ToInt(CJS_Runtime* pRuntime) const;
Document.cpp 327 int nIndex = params[0].ToInt(pRuntime);
444 nStart = params[1].ToInt(pRuntime);
446 nEnd = params[2].ToInt(pRuntime);
    [all...]
  /external/v8/src/runtime/
runtime-compiler.cc 333 PrintF(" at AST id %d]\n", ast_id.ToInt());
349 ast_id.ToInt(), data->OsrPcOffset()->value());
380 PrintF(" at AST id %d]\n", ast_id.ToInt());
runtime-literals.cc 240 CHECK(literals_slot.ToInt() < vector->slot_count());
308 CHECK(literals_slot.ToInt() < vector->slot_count());
  /external/v8/src/ast/
prettyprinter.cc 448 pos += SNPrintF(*buf + pos, " Slot(%d)", slot.ToInt());
981 SNPrintF(buf, "literal_slot = %d\n", node->literal_slot().ToInt());
1000 SNPrintF(buf, "literal_slot = %d\n", node->literal_slot().ToInt());
1046 SNPrintF(buf, "literal_slot = %d\n", node->literal_slot().ToInt());
    [all...]

Completed in 598 milliseconds

1 2 3