OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TimesTwo
(Results
1 - 5
of
5
) sorted by null
/external/webkit/Source/JavaScriptCore/jit/
ThunkGenerators.cpp
55
jit.load16(MacroAssembler::BaseIndex(SpecializedThunkJIT::regT0, SpecializedThunkJIT::regT1, MacroAssembler::
TimesTwo
, 0), SpecializedThunkJIT::regT0);
JITPropertyAccess.cpp
69
jit.load16(BaseIndex(regT0, regT1,
TimesTwo
, 0), regT0);
[
all
...]
JITPropertyAccess32_64.cpp
286
jit.load16(BaseIndex(regT0, regT2,
TimesTwo
, 0), regT0);
[
all
...]
/external/webkit/Source/JavaScriptCore/yarr/
YarrJIT.cpp
260
return branch16(Equal, BaseIndex(input, index,
TimesTwo
, inputPosition * sizeof(UChar)), Imm32(ch));
265
return branch16(NotEqual, BaseIndex(input, index,
TimesTwo
, inputPosition * sizeof(UChar)), Imm32(ch));
270
load16(BaseIndex(input, index,
TimesTwo
, inputPosition * sizeof(UChar)), reg);
[
all
...]
/external/webkit/Source/JavaScriptCore/assembler/
AbstractMacroAssembler.h
64
TimesTwo
,
Completed in 290 milliseconds