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

1 2 3

  /external/v8/src/
regexp-macro-assembler-irregexp.cc 94 Emit(BC_POP_REGISTER, register_index);
103 Emit(BC_PUSH_REGISTER, register_index);
111 Emit(BC_SET_REGISTER_TO_CP, register_index);
128 Emit(BC_SET_CP_TO_REGISTER, register_index);
136 Emit(BC_SET_REGISTER_TO_SP, register_index);
144 Emit(BC_SET_SP_TO_REGISTER, register_index);
150 Emit(BC_SET_CURRENT_POSITION_FROM_END, by);
157 Emit(BC_SET_REGISTER, register_index);
165 Emit(BC_ADVANCE_REGISTER, register_index);
171 Emit(BC_POP_CP, 0)
    [all...]
regexp-macro-assembler-irregexp-inl.h 43 void RegExpMacroAssemblerIrregexp::Emit(uint32_t byte,
regexp-macro-assembler-irregexp.h 117 inline void Emit(uint32_t bc, uint32_t arg);
jsregexp.h 608 virtual void Emit(RegExpCompiler* compiler, Trace* trace) = 0;
785 virtual void Emit(RegExpCompiler* compiler, Trace* trace);
852 virtual void Emit(RegExpCompiler* compiler, Trace* trace);
    [all...]
jsregexp.cc 666 // at the point where they are needed by a recursive call to Emit(). If
667 // the node has already been code generated then the Emit() call will
669 // limit recursion it is possible for the Emit() function to put the node
708 // will emit code to bring the actual state into line with the virtual state.
    [all...]
  /external/clang/utils/TableGen/
ClangCommentHTMLTagsEmitter.cpp 35 StringMatcher("Name", Matches, OS).Emit();
59 StringMatcher("Name", MatchesEndTagOptional, OS).Emit();
64 StringMatcher("Name", MatchesEndTagForbidden, OS).Emit();
ClangCommentCommandInfoEmitter.cpp 65 StringMatcher("Name", Matches, OS).Emit();
  /external/llvm/include/llvm/TableGen/
StringMatcher.h 44 void Emit(unsigned Indent = 0) const;
  /external/llvm/include/llvm/Bitcode/
BitstreamWriter.h 121 void Emit(uint32_t Val, unsigned NumBits) {
142 Emit((uint32_t)Val, NumBits);
144 Emit((uint32_t)Val, 32);
145 Emit((uint32_t)(Val >> 32), NumBits-32);
158 assert(NumBits <= 32 && "Too many bits to emit!");
161 // Emit the bits with VBR encoding, NumBits-1 bits at a time.
163 Emit((Val & ((1 << (NumBits-1))-1)) | (1 << (NumBits-1)), NumBits);
167 Emit(Val, NumBits);
171 assert(NumBits <= 32 && "Too many bits to emit!");
177 // Emit the bits with VBR encoding, NumBits-1 bits at a time
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
Lexer.cs 127 Emit();
182 public virtual void Emit(IToken token) {
187 * The standard method called to automatically emit a token at the
190 * use that to set the token's text. Override this method to emit
199 public virtual IToken Emit() {
204 Emit(t);
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
Lexer.cs 150 Emit();
222 public virtual void Emit( IToken token )
228 * The standard method called to automatically emit a token at the
231 * use that to set the token's text. Override this method to emit
240 public virtual IToken Emit()
246 Emit( t );
  /external/llvm/include/llvm/MC/
MCDwarf.h 212 static const MCSymbol *Emit(MCStreamer *MCOS);
220 /// Utility function to emit the encoding to a streamer.
221 static void Emit(MCStreamer *MCOS,
235 static void Emit(MCStreamer *MCOS, const MCSymbol *LineSectionSymbol);
331 static void Emit(MCStreamer &streamer, bool usingCFI,
MCWin64EH.h 88 static void Emit(MCStreamer &streamer);
  /external/clang/include/clang/Basic/
PartialDiagnostic.h 278 void Emit(const DiagnosticBuilder &DB) const {
306 Emit(DB);
370 PD.Emit(DB);
OnDiskHashTable.h 184 io::Offset Emit(raw_ostream &out) {
186 return Emit(out, InfoObj);
189 io::Offset Emit(raw_ostream &out, Info &InfoObj) {
192 // Emit the payload of the table.
215 // Emit the hashtable itself.
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
codegen.ml 62 (* Emit 'then' value. *)
71 (* Emit 'else' value. *)
80 (* Emit merge block. *)
100 (* Emit the start code first, without 'variable' in scope. *)
127 (* Emit the body of the loop. This, like any other expr, can change the
132 (* Emit the step value. *)
  /external/llvm/lib/MC/
MCObjectStreamer.cpp 124 // fragment pointer when we emit the next fragment.
174 // If this instruction doesn't need relaxation, just emit it as data.
181 // possible and emit it as data.
191 // Otherwise emit to a separate fragment.
216 MCDwarfLineAddr::Emit(this, LineDelta, Res);
277 LineSectionSymbol = MCDwarfFileTable::Emit(this);
281 MCGenDwarfInfo::Emit(this, LineSectionSymbol);
MCStreamer.cpp 66 // emit the sequence to set the address
72 // emit the sequence for the LineDelta (from 1) and a zero address delta.
73 MCDwarfLineAddr::Emit(this, LineDelta, 0);
137 /// EmitFill - Emit NumBytes bytes worth of the value specified by
178 assert(!Symbol->isVariable() && "Cannot emit a variable symbol!");
179 assert(getCurrentSection() && "Cannot emit before setting section!");
584 MCDwarfFrameEmitter::Emit(*this, usingCFI, true);
587 MCDwarfFrameEmitter::Emit(*this, usingCFI, false);
594 MCWin64EHUnwindEmitter::Emit(*this);
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
codegen.ml 43 * one. Emit a call to it. *)
80 (* Emit 'then' value. *)
89 (* Emit 'else' value. *)
98 (* Emit merge block. *)
118 (* Emit the start code first, without 'variable' in scope. *)
145 (* Emit the body of the loop. This, like any other expr, can change the
150 (* Emit the step value. *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
codegen.ml 41 (* Special case '=' because we don't want to emit the LHS as an
72 * one. Emit a call to it. *)
110 (* Emit 'then' value. *)
119 (* Emit 'else' value. *)
128 (* Emit merge block. *)
173 (* Emit the start code first, without 'variable' in scope. *)
198 (* Emit the body of the loop. This, like any other expr, can change the
203 (* Emit the step value. *)
246 (* Register all variables and emit their initializer. *)
248 (* Emit the initializer before adding the variable to scope, thi
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
SlimLexer.cs 157 Emit();
226 //public void Emit( T token )
232 * The standard method called to automatically emit a token at the
235 * use that to set the token's text. Override this method to emit
244 public void Emit()
255 //Emit( t );
262 //Emit( t );
  /external/v8/src/arm/
debug-arm.cc 68 patcher.Emit(Isolate::Current()->debug()->debug_break_return()->entry());
118 patcher.Emit(Isolate::Current()->debug()->debug_break_slot()->entry());
  /external/clang/lib/Frontend/
SerializedDiagnosticPrinter.cpp 116 /// \brief Emit the preamble for the serialized diagnostics.
119 /// \brief Emit the BLOCKINFO block.
122 /// \brief Emit the META data block.
131 /// \brief Emit a DIAG record.
139 /// \brief Emit FIXIT and SOURCE_RANGE records for a diagnostic.
144 /// \brief Emit a record for a CharSourceRange.
147 /// \brief Emit the string information for the category.
150 /// \brief Emit the string information for diagnostic flags.
154 /// \brief Emit (lazily) the file string and retrieved the file identifier.
238 // Emit the block name if present
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfAccelTable.h 275 void Emit(AsmPrinter *, MCSymbol *, DwarfDebug *);
  /external/llvm/lib/TableGen/
StringMatcher.cpp 39 /// same length and whose characters leading up to CharNo are the same, emit
82 // Emit code to break out if the prefix doesn't match.
101 // Otherwise, we have multiple possible things, emit a switch on the
122 /// Emit - Top level entry point.
124 void StringMatcher::Emit(unsigned Indent) const {

Completed in 357 milliseconds

1 2 3