HomeSort by relevance Sort by last modified time
    Searched defs:FromId (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Tooling/
RefactoringCallbacks.h 50 /// \brief Replace the text of the statement bound to \c FromId with the text in
54 ReplaceStmtWithText(StringRef FromId, StringRef ToText);
58 std::string FromId;
62 /// \brief Replace the text of the statement bound to \c FromId with the text of
66 ReplaceStmtWithStmt(StringRef FromId, StringRef ToId);
70 std::string FromId;
  /external/v8/src/
fast-accessor-assembler.cc 48 FromId(value), Internals::kHeapObjectMapOffset, MachineType::Pointer());
70 FromId(value), JSObject::kHeaderSize + kPointerSize * field_no,
97 return FromRaw(assembler_->LoadBufferObject(FromId(value), offset,
105 assembler_->LoadBufferObject(FromId(value), offset,
112 assembler_->Return(FromId(value));
121 assembler_->Word32And(FromId(value), assembler_->Int32Constant(mask)),
134 assembler_->WordEqual(FromId(value), assembler_->IntPtrConstant(0)),
148 assembler_->Bind(FromId(label_id));
156 assembler_->WordEqual(FromId(value_id), assembler_->IntPtrConstant(0)),
157 &pass, FromId(label_id))
    [all...]

Completed in 260 milliseconds