Home
last modified time | relevance | path

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

/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/v8/src/
Dgdb-jit.cc983 uintptr_t CodeStart() const { in CodeStart() function in v8::internal::GDBJITInterface::BASE_EMBEDDED
992 return CodeEnd() - CodeStart(); in CodeSize()
1132 w->Write<intptr_t>(desc_->CodeStart()); in WriteBodyInternal()
1133 w->Write<intptr_t>(desc_->CodeStart() + desc_->CodeSize()); in WriteBodyInternal()
1145 w->Write<intptr_t>(desc_->CodeStart()); in WriteBodyInternal()
1146 w->Write<intptr_t>(desc_->CodeStart() + desc_->CodeSize()); in WriteBodyInternal()
1508 w->Write<intptr_t>(desc_->CodeStart()); in WriteBodyInternal()
1731 w->Write<uintptr_t>(desc_->CodeStart()); in WriteFDE()
1950 desc->CodeStart(), in CreateELFObject()
1955 mach_o.Write(&w, desc->CodeStart(), desc->CodeSize()); in CreateELFObject()
[all …]