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

  /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);
151 Emit(BC_SET_REGISTER, register_index);
159 Emit(BC_ADVANCE_REGISTER, register_index);
165 Emit(BC_POP_CP, 0);
170 Emit(BC_PUSH_CP, 0)
    [all...]
regexp-macro-assembler-irregexp-inl.h 43 void RegExpMacroAssemblerIrregexp::Emit(uint32_t byte,
regexp-macro-assembler-irregexp.h 115 inline void Emit(uint32_t bc, uint32_t arg);
jsregexp.h 572 virtual void Emit(RegExpCompiler* compiler, Trace* trace) = 0;
744 virtual void Emit(RegExpCompiler* compiler, Trace* trace);
808 virtual void Emit(RegExpCompiler* compiler, Trace* trace);
    [all...]
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/
debug-arm.cc 56 patcher.Emit(Debug::debug_break_return()->entry());
macro-assembler-arm.h 69 // Emit code to discard a non-negative number of pointer-sized elements
450 // the exact number of bytes specified must be emitted. It is not legal to emit
458 // Macro assembler to emit code.
461 // Emit an instruction directly.
462 void Emit(Instr x);
464 // Emit an address directly.
465 void Emit(Address addr);
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 86 milliseconds