Searched refs:LStringCharFromCode (Results 1 - 16 of 16) sorted by relevance

/external/v8/src/ia32/
H A Dlithium-codegen-ia32.h109 void DoDeferredStringCharFromCode(LStringCharFromCode* instr);
H A Dlithium-ia32.h1899 class LStringCharFromCode: public LTemplateInstruction<1, 2, 0> { class in namespace:v8::internal
1901 LStringCharFromCode(LOperand* context, LOperand* char_code) { function in class:v8::internal::LStringCharFromCode
H A Dlithium-codegen-ia32.cc3591 void LCodeGen::DoStringCharFromCode(LStringCharFromCode* instr) {
3594 DeferredStringCharFromCode(LCodeGen* codegen, LStringCharFromCode* instr)
3599 LStringCharFromCode* instr_;
3622 void LCodeGen::DoDeferredStringCharFromCode(LStringCharFromCode* instr) {
H A Dlithium-ia32.cc2189 LStringCharFromCode* result =
2190 new(zone()) LStringCharFromCode(context, char_code);
/external/v8/src/x64/
H A Dlithium-codegen-x64.h102 void DoDeferredStringCharFromCode(LStringCharFromCode* instr);
H A Dlithium-x64.cc2101 LStringCharFromCode* result = new(zone()) LStringCharFromCode(char_code);
H A Dlithium-x64.h1810 class LStringCharFromCode: public LTemplateInstruction<1, 1, 0> { class in namespace:v8::internal
1812 explicit LStringCharFromCode(LOperand* char_code) { function in class:v8::internal::LStringCharFromCode
H A Dlithium-codegen-x64.cc3555 void LCodeGen::DoStringCharFromCode(LStringCharFromCode* instr) {
3558 DeferredStringCharFromCode(LCodeGen* codegen, LStringCharFromCode* instr)
3563 LStringCharFromCode* instr_;
3586 void LCodeGen::DoDeferredStringCharFromCode(LStringCharFromCode* instr) {
/external/v8/src/arm/
H A Dlithium-codegen-arm.h119 void DoDeferredStringCharFromCode(LStringCharFromCode* instr);
H A Dlithium-arm.cc2102 LStringCharFromCode* result = new(zone()) LStringCharFromCode(char_code);
H A Dlithium-arm.h1842 class LStringCharFromCode: public LTemplateInstruction<1, 1, 0> { class in namespace:v8::internal
1844 explicit LStringCharFromCode(LOperand* char_code) { function in class:v8::internal::LStringCharFromCode
H A Dlithium-codegen-arm.cc3833 void LCodeGen::DoStringCharFromCode(LStringCharFromCode* instr) {
3836 DeferredStringCharFromCode(LCodeGen* codegen, LStringCharFromCode* instr)
3841 LStringCharFromCode* instr_;
3864 void LCodeGen::DoDeferredStringCharFromCode(LStringCharFromCode* instr) {
/external/v8/src/mips/
H A Dlithium-codegen-mips.h115 void DoDeferredStringCharFromCode(LStringCharFromCode* instr);
H A Dlithium-mips.cc2106 LStringCharFromCode* result = new(zone()) LStringCharFromCode(char_code);
H A Dlithium-mips.h1822 class LStringCharFromCode: public LTemplateInstruction<1, 1, 0> { class in namespace:v8::internal
1824 explicit LStringCharFromCode(LOperand* char_code) { function in class:v8::internal::LStringCharFromCode
H A Dlithium-codegen-mips.cc3744 void LCodeGen::DoStringCharFromCode(LStringCharFromCode* instr) {
3747 DeferredStringCharFromCode(LCodeGen* codegen, LStringCharFromCode* instr)
3752 LStringCharFromCode* instr_;
3776 void LCodeGen::DoDeferredStringCharFromCode(LStringCharFromCode* instr) {

Completed in 199 milliseconds