Home
last modified time | relevance | path

Searched refs:kInvocationCountIndex (Results 1 – 22 of 22) sorted by relevance

/external/v8/src/
Dtype-feedback-vector-inl.h102 return Smi::cast(get(kInvocationCountIndex))->value(); in invocation_count()
Dtype-feedback-vector.h247 static const int kInvocationCountIndex = 1; variable
Dtype-feedback-vector.cc244 array->set(kInvocationCountIndex, Smi::kZero); in New()
/external/v8/src/builtins/arm64/
Dbuiltins-arm64.cc1068 __ Ldr(x10, FieldMemOperand(x11, TypeFeedbackVector::kInvocationCountIndex * in Generate_InterpreterEntryTrampoline()
1072 __ Str(x10, FieldMemOperand(x11, TypeFeedbackVector::kInvocationCountIndex * in Generate_InterpreterEntryTrampoline()
/external/v8/src/builtins/s390/
Dbuiltins-s390.cc1092 __ LoadP(r1, FieldMemOperand(r6, TypeFeedbackVector::kInvocationCountIndex * in Generate_InterpreterEntryTrampoline()
1096 __ StoreP(r1, FieldMemOperand(r6, TypeFeedbackVector::kInvocationCountIndex * in Generate_InterpreterEntryTrampoline()
/external/v8/src/builtins/ppc/
Dbuiltins-ppc.cc1089 __ LoadP(r8, FieldMemOperand(r7, TypeFeedbackVector::kInvocationCountIndex * in Generate_InterpreterEntryTrampoline()
1093 __ StoreP(r8, FieldMemOperand(r7, TypeFeedbackVector::kInvocationCountIndex * in Generate_InterpreterEntryTrampoline()
/external/v8/src/builtins/mips64/
Dbuiltins-mips64.cc1049 a0, TypeFeedbackVector::kInvocationCountIndex * kPointerSize + in Generate_InterpreterEntryTrampoline()
1053 a0, TypeFeedbackVector::kInvocationCountIndex * kPointerSize + in Generate_InterpreterEntryTrampoline()
/external/v8/src/builtins/arm/
Dbuiltins-arm.cc1065 r2, TypeFeedbackVector::kInvocationCountIndex * kPointerSize + in Generate_InterpreterEntryTrampoline()
1069 r2, TypeFeedbackVector::kInvocationCountIndex * kPointerSize + in Generate_InterpreterEntryTrampoline()
/external/v8/src/builtins/mips/
Dbuiltins-mips.cc1057 a0, TypeFeedbackVector::kInvocationCountIndex * kPointerSize + in Generate_InterpreterEntryTrampoline()
1061 a0, TypeFeedbackVector::kInvocationCountIndex * kPointerSize + in Generate_InterpreterEntryTrampoline()
/external/v8/src/full-codegen/ppc/
Dfull-codegen-ppc.cc141 __ LoadP(r8, FieldMemOperand(r7, TypeFeedbackVector::kInvocationCountIndex * in Generate()
147 r7, TypeFeedbackVector::kInvocationCountIndex * kPointerSize + in Generate()
/external/v8/src/full-codegen/mips64/
Dfull-codegen-mips64.cc145 a0, TypeFeedbackVector::kInvocationCountIndex * kPointerSize + in Generate()
149 a0, TypeFeedbackVector::kInvocationCountIndex * kPointerSize + in Generate()
/external/v8/src/full-codegen/arm64/
Dfull-codegen-arm64.cc140 __ Ldr(x10, FieldMemOperand(x11, TypeFeedbackVector::kInvocationCountIndex * in Generate()
144 __ Str(x10, FieldMemOperand(x11, TypeFeedbackVector::kInvocationCountIndex * in Generate()
/external/v8/src/full-codegen/mips/
Dfull-codegen-mips.cc146 a0, TypeFeedbackVector::kInvocationCountIndex * kPointerSize + in Generate()
150 a0, TypeFeedbackVector::kInvocationCountIndex * kPointerSize + in Generate()
/external/v8/src/full-codegen/arm/
Dfull-codegen-arm.cc136 __ ldr(r9, FieldMemOperand(r2, TypeFeedbackVector::kInvocationCountIndex * in Generate()
140 __ str(r9, FieldMemOperand(r2, TypeFeedbackVector::kInvocationCountIndex * in Generate()
/external/v8/src/full-codegen/s390/
Dfull-codegen-s390.cc141 __ LoadP(r1, FieldMemOperand(r6, TypeFeedbackVector::kInvocationCountIndex * in Generate()
147 r6, TypeFeedbackVector::kInvocationCountIndex * kPointerSize + in Generate()
/external/v8/src/builtins/x87/
Dbuiltins-x87.cc597 TypeFeedbackVector::kInvocationCountIndex * kPointerSize + in Generate_InterpreterEntryTrampoline()
/external/v8/src/builtins/x64/
Dbuiltins-x64.cc680 TypeFeedbackVector::kInvocationCountIndex * kPointerSize + in Generate_InterpreterEntryTrampoline()
/external/v8/src/builtins/ia32/
Dbuiltins-ia32.cc596 TypeFeedbackVector::kInvocationCountIndex * kPointerSize + in Generate_InterpreterEntryTrampoline()
/external/v8/src/full-codegen/x64/
Dfull-codegen-x64.cc127 TypeFeedbackVector::kInvocationCountIndex * kPointerSize + in Generate()
/external/v8/src/full-codegen/x87/
Dfull-codegen-x87.cc126 ecx, TypeFeedbackVector::kInvocationCountIndex * kPointerSize + in Generate()
/external/v8/src/full-codegen/ia32/
Dfull-codegen-ia32.cc126 ecx, TypeFeedbackVector::kInvocationCountIndex * kPointerSize + in Generate()
/external/v8/src/heap/
Dheap.cc2780 empty_type_feedback_vector->set(TypeFeedbackVector::kInvocationCountIndex, in CreateInitialObjects()