Searched refs:GenerateCopyCharactersREP (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/v8/src/x64/
H A Dcode-stubs-x64.h88 // additional setup and checking in GenerateCopyCharactersREP adds too much
99 static void GenerateCopyCharactersREP(MacroAssembler* masm,
H A Dcode-stubs-x64.cc4887 void StringHelper::GenerateCopyCharactersREP(MacroAssembler* masm, function in class:v8::internal::StringHelper
5303 StringHelper::GenerateCopyCharactersREP(masm, rdi, rsi, rcx, true);
5328 StringHelper::GenerateCopyCharactersREP(masm, rdi, rsi, rcx, false);
/external/chromium_org/v8/src/ia32/
H A Dcode-stubs-ia32.h93 // additional setup and checking in GenerateCopyCharactersREP adds too much
105 static void GenerateCopyCharactersREP(MacroAssembler* masm,
H A Dcode-stubs-ia32.cc5758 void StringHelper::GenerateCopyCharactersREP(MacroAssembler* masm, function in class:v8::internal::StringHelper
6177 StringHelper::GenerateCopyCharactersREP(masm, edi, esi, ecx, ebx, true);
6207 StringHelper::GenerateCopyCharactersREP(masm, edi, esi, ecx, ebx, false);
/external/v8/src/x64/
H A Dcode-stubs-x64.h253 // additional setup and checking in GenerateCopyCharactersREP adds too much
264 static void GenerateCopyCharactersREP(MacroAssembler* masm,
H A Dcode-stubs-x64.cc4848 void StringHelper::GenerateCopyCharactersREP(MacroAssembler* masm, function in class:v8::internal::StringHelper
5290 StringHelper::GenerateCopyCharactersREP(masm, rdi, rsi, rcx, true);
5315 StringHelper::GenerateCopyCharactersREP(masm, rdi, rsi, rcx, false);
/external/v8/src/ia32/
H A Dcode-stubs-ia32.h251 // additional setup and checking in GenerateCopyCharactersREP adds too much
263 static void GenerateCopyCharactersREP(MacroAssembler* masm,
H A Dcode-stubs-ia32.cc5879 void StringHelper::GenerateCopyCharactersREP(MacroAssembler* masm, function in class:v8::internal::StringHelper
6299 StringHelper::GenerateCopyCharactersREP(masm, edi, esi, ecx, ebx, true);
6329 StringHelper::GenerateCopyCharactersREP(masm, edi, esi, ecx, ebx, false);

Completed in 277 milliseconds