HomeSort by relevance Sort by last modified time
    Searched defs:CodeAgingHelper (Results 1 - 10 of 10) sorted by null

  /external/v8/src/
codegen.h 107 class CodeAgingHelper {
109 explicit CodeAgingHelper(Isolate* isolate);
  /external/v8/src/arm/
codegen-arm.cc 420 CodeAgingHelper::CodeAgingHelper(Isolate* isolate) {
425 // DONT_FLUSH is used because the CodeAgingHelper is initialized early in
438 bool CodeAgingHelper::IsOld(byte* candidate) const {
  /external/v8/src/arm64/
codegen-arm64.cc 43 CodeAgingHelper::CodeAgingHelper(Isolate* isolate) {
65 bool CodeAgingHelper::IsOld(byte* candidate) const {
  /external/v8/src/mips/
codegen-mips.cc 709 CodeAgingHelper::CodeAgingHelper(Isolate* isolate) {
714 // DONT_FLUSH is used because the CodeAgingHelper is initialized early in
727 bool CodeAgingHelper::IsOld(byte* candidate) const {
  /external/v8/src/mips64/
codegen-mips64.cc 711 CodeAgingHelper::CodeAgingHelper(Isolate* isolate) {
716 // DONT_FLUSH is used because the CodeAgingHelper is initialized early in
731 bool CodeAgingHelper::IsOld(byte* candidate) const {
  /external/v8/src/ppc/
codegen-ppc.cc 172 CodeAgingHelper::CodeAgingHelper(Isolate* isolate) {
177 // DONT_FLUSH is used because the CodeAgingHelper is initialized early in
192 bool CodeAgingHelper::IsOld(byte* candidate) const {
  /external/v8/src/s390/
codegen-s390.cc 170 CodeAgingHelper::CodeAgingHelper(Isolate* isolate) {
175 // DONT_FLUSH is used because the CodeAgingHelper is initialized early in
185 bool CodeAgingHelper::IsOld(byte* candidate) const {
  /external/v8/src/x64/
codegen-x64.cc 178 CodeAgingHelper::CodeAgingHelper(Isolate* isolate) {
194 bool CodeAgingHelper::IsOld(byte* candidate) const {
  /external/v8/src/x87/
codegen-x87.cc 329 CodeAgingHelper::CodeAgingHelper(Isolate* isolate) {
342 bool CodeAgingHelper::IsOld(byte* candidate) const {
  /external/v8/src/ia32/
codegen-ia32.cc 601 CodeAgingHelper::CodeAgingHelper(Isolate* isolate) {
614 bool CodeAgingHelper::IsOld(byte* candidate) const {

Completed in 227 milliseconds