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

12 3

  /external/v8/src/
feedback-vector.cc 30 int index = VectorICComputer::index(kReservedIndexCount, slot.ToInt());
32 return VectorICComputer::decode(data, slot.ToInt());
36 int index = VectorICComputer::index(kReservedIndexCount, slot.ToInt());
38 int new_data = VectorICComputer::encode(data, slot.ToInt(), kind);
    [all...]
contexts.cc 426 Smi* osr_ast_id_smi = Smi::FromInt(osr_ast_id.ToInt());
500 new_code_map->set(entry + kOsrAstIdOffset, Smi::FromInt(osr_ast_id.ToInt()));
540 PrintF(" (osr ast id %d)]\n", osr.ToInt());
  /external/pdfium/fpdfsdk/javascript/
Field.cpp 1027 iSelecting = SelValue.ToInt(pRuntime);
    [all...]
JS_Value.cpp 82 int CJS_Value::ToInt(CJS_Runtime* pRuntime) const {
207 iValue = m_Value.ToInt(m_pJSRuntime);
  /external/v8/src/compiler/
instruction.cc 595 return os << "RPO" << constant.ToRpoNumber().ToInt();
700 os << " B" << pred.ToInt();
725 os << " B" << succ.ToInt();
    [all...]
register-allocator.cc     [all...]
bytecode-analysis.cc 248 osr_bailout_id.IsNone() ? -1 : osr_bailout_id.ToInt();
instruction.h     [all...]
register-allocator.h 635 GetListOfBlocksRequiringSpillOperands()->Add(block_id.ToInt());
    [all...]
ast-graph-builder.cc 936 globals()->push_back(handle(Smi::FromInt(slot.ToInt()), isolate()));
    [all...]
  /external/v8/src/crankshaft/
lithium-codegen.cc 369 data->SetOsrAstId(Smi::FromInt(info_->osr_ast_id().ToInt()));
lithium.cc 200 stream->Add("[id=%d|", ast_id().ToInt());
  /prebuilts/go/darwin-x86/src/go/constant/
value.go 676 // ToInt converts x to an Int value if x is representable as an Int.
678 func ToInt(x Value) Value {
723 return ToInt(re)
741 if im := ToInt(x.im); im.Kind() == Int && Sign(im) == 0 {
  /prebuilts/go/linux-x86/src/go/constant/
value.go 676 // ToInt converts x to an Int value if x is representable as an Int.
678 func ToInt(x Value) Value {
723 return ToInt(re)
741 if im := ToInt(x.im); im.Kind() == Int && Sign(im) == 0 {
  /external/v8/src/ia32/
assembler-ia32-inl.h 383 RecordRelocInfo(RelocInfo::CODE_TARGET_WITH_ID, id.ToInt());
  /external/v8/src/x87/
assembler-x87-inl.h 383 RecordRelocInfo(RelocInfo::CODE_TARGET_WITH_ID, id.ToInt());
  /prebuilts/go/darwin-x86/src/go/types/
expr.go 197 x := constant.ToInt(x)
622 xval = constant.ToInt(x.val)
656 yval := constant.ToInt(y.val)
861 i, valid = constant.Int64Val(constant.ToInt(x.val))
    [all...]
typexpr.go 388 if val := constant.ToInt(x.val); val.Kind() == constant.Int {
  /prebuilts/go/linux-x86/src/go/types/
expr.go 197 x := constant.ToInt(x)
622 xval = constant.ToInt(x.val)
656 yval := constant.ToInt(y.val)
861 i, valid = constant.Int64Val(constant.ToInt(x.val))
    [all...]
typexpr.go 388 if val := constant.ToInt(x.val); val.Kind() == constant.Int {
  /external/clang/test/SemaCXX/
type-traits.cpp     [all...]
  /external/tinyxml2/
tinyxml2.h 400 static bool ToInt( const char* str, int* value );
    [all...]
  /external/v8/src/ast/
ast-numbering.cc 21 next_id_(BailoutId::FirstUsable().ToInt()),
ast.h 366 : AstNode(pos, type), base_id_(BailoutId::None().ToInt()) {
425 base_id_(BailoutId::None().ToInt()),
1047 base_id_(BailoutId::None().ToInt()),
    [all...]
  /external/v8/src/x64/
assembler-x64-inl.h 63 RecordRelocInfo(RelocInfo::CODE_TARGET_WITH_ID, ast_id.ToInt());

Completed in 759 milliseconds

12 3