Home
last modified time | relevance | path

Searched refs:CodeStart (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/
Dgdb-jit.cc983 uintptr_t CodeStart() const { in CodeStart() function in v8::internal::GDBJITInterface::BASE_EMBEDDED
992 return CodeEnd() - CodeStart(); in CodeSize()
1128 w->Write<intptr_t>(desc_->CodeStart()); in WriteBodyInternal()
1129 w->Write<intptr_t>(desc_->CodeStart() + desc_->CodeSize()); in WriteBodyInternal()
1141 w->Write<intptr_t>(desc_->CodeStart()); in WriteBodyInternal()
1142 w->Write<intptr_t>(desc_->CodeStart() + desc_->CodeSize()); in WriteBodyInternal()
1472 w->Write<intptr_t>(desc_->CodeStart()); in WriteBodyInternal()
1691 w->Write<uintptr_t>(desc_->CodeStart()); in WriteFDE()
1911 desc->CodeStart(), in CreateELFObject()
1916 mach_o.Write(&w, desc->CodeStart(), desc->CodeSize()); in CreateELFObject()
[all …]
/external/swiftshader/third_party/LLVM/lib/TableGen/
DTGLexer.cpp388 const char *CodeStart = CurPtr; in LexBracket() local
398 CurStrVal.assign(CodeStart, CurPtr-2); in LexBracket()
403 return ReturnError(CodeStart-2, "Unterminated Code Block"); in LexBracket()
/external/llvm/lib/TableGen/
DTGLexer.cpp438 const char *CodeStart = CurPtr; in LexBracket() local
448 CurStrVal.assign(CodeStart, CurPtr-2); in LexBracket()
453 return ReturnError(CodeStart-2, "Unterminated Code Block"); in LexBracket()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/TableGen/
DTGLexer.cpp439 const char *CodeStart = CurPtr; in LexBracket() local
449 CurStrVal.assign(CodeStart, CurPtr-2); in LexBracket()
454 return ReturnError(CodeStart-2, "Unterminated Code Block"); in LexBracket()