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

/external/v8/src/ia32/
H A Dlithium-codegen-ia32.h110 void DoDeferredAllocateObject(LAllocateObject* instr);
H A Dlithium-ia32.h2034 class LAllocateObject: public LTemplateInstruction<1, 1, 1> { class in namespace:v8::internal
2036 LAllocateObject(LOperand* context, LOperand* temp) { function in class:v8::internal::LAllocateObject
H A Dlithium-codegen-ia32.cc4267 void LCodeGen::DoAllocateObject(LAllocateObject* instr) {
4270 DeferredAllocateObject(LCodeGen* codegen, LAllocateObject* instr)
4275 LAllocateObject* instr_;
4339 void LCodeGen::DoDeferredAllocateObject(LAllocateObject* instr) {
H A Dlithium-ia32.cc2204 LAllocateObject* result = new(zone()) LAllocateObject(context, temp);
/external/v8/src/x64/
H A Dlithium-codegen-x64.h103 void DoDeferredAllocateObject(LAllocateObject* instr);
H A Dlithium-x64.cc2113 LAllocateObject* result = new LAllocateObject(TempRegister());
H A Dlithium-x64.h1946 class LAllocateObject: public LTemplateInstruction<1, 0, 1> { class in namespace:v8::internal
1948 explicit LAllocateObject(LOperand* temp) { function in class:v8::internal::LAllocateObject
H A Dlithium-codegen-x64.cc4041 void LCodeGen::DoAllocateObject(LAllocateObject* instr) {
4044 DeferredAllocateObject(LCodeGen* codegen, LAllocateObject* instr)
4049 LAllocateObject* instr_;
4113 void LCodeGen::DoDeferredAllocateObject(LAllocateObject* instr) {
/external/v8/src/arm/
H A Dlithium-codegen-arm.h120 void DoDeferredAllocateObject(LAllocateObject* instr);
H A Dlithium-arm.cc2114 LAllocateObject* result = new LAllocateObject(TempRegister(), TempRegister());
H A Dlithium-arm.h1976 class LAllocateObject: public LTemplateInstruction<1, 0, 2> { class in namespace:v8::internal
1978 LAllocateObject(LOperand* temp1, LOperand* temp2) { function in class:v8::internal::LAllocateObject
H A Dlithium-codegen-arm.cc4433 void LCodeGen::DoAllocateObject(LAllocateObject* instr) {
4436 DeferredAllocateObject(LCodeGen* codegen, LAllocateObject* instr)
4441 LAllocateObject* instr_;
4490 void LCodeGen::DoDeferredAllocateObject(LAllocateObject* instr) {
/external/v8/src/mips/
H A Dlithium-codegen-mips.h116 void DoDeferredAllocateObject(LAllocateObject* instr);
H A Dlithium-mips.cc2118 LAllocateObject* result = new(zone()) LAllocateObject(
H A Dlithium-mips.h1956 class LAllocateObject: public LTemplateInstruction<1, 0, 2> { class in namespace:v8::internal
1958 LAllocateObject(LOperand* temp1, LOperand* temp2) { function in class:v8::internal::LAllocateObject
H A Dlithium-codegen-mips.cc4327 void LCodeGen::DoAllocateObject(LAllocateObject* instr) {
4330 DeferredAllocateObject(LCodeGen* codegen, LAllocateObject* instr)
4335 LAllocateObject* instr_;
4384 void LCodeGen::DoDeferredAllocateObject(LAllocateObject* instr) {

Completed in 181 milliseconds