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

  /external/v8/src/
regexp-macro-assembler-irregexp-inl.h 43 void RegExpMacroAssemblerIrregexp::Emit(uint32_t byte,
jsregexp.cc 554 // at the point where they are needed by a recursive call to Emit(). If
555 // the node has already been code generated then the Emit() call will
557 // limit recursion it is possible for the Emit() function to put the node
596 // will emit code to bring the actual state into line with the virtual state.
770 start->Emit(this, &new_trace);
774 work_list.RemoveLast()->Emit(this, &new_trace);
    [all...]
  /external/v8/src/arm/
macro-assembler-arm.cc 122 // Emit a ldr<cond> pc, [pc + offset of target in constant pool].
124 // If USE_BLX is defined, we could emit a 'mov ip, target', followed by a
    [all...]

Completed in 62 milliseconds