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

  /external/v8/src/
codegen.h 143 class CodeAgingHelper {
145 explicit CodeAgingHelper(Isolate* isolate);
  /external/v8/src/x64/
codegen-x64.cc 556 CodeAgingHelper::CodeAgingHelper(Isolate* isolate) {
572 bool CodeAgingHelper::IsOld(byte* candidate) const {
  /external/v8/src/arm/
codegen-arm.cc 889 CodeAgingHelper::CodeAgingHelper(Isolate* isolate) {
894 // DONT_FLUSH is used because the CodeAgingHelper is initialized early in
909 bool CodeAgingHelper::IsOld(byte* candidate) const {
    [all...]
  /external/v8/src/arm64/
codegen-arm64.cc 370 CodeAgingHelper::CodeAgingHelper(Isolate* isolate) {
392 bool CodeAgingHelper::IsOld(byte* candidate) const {
  /external/v8/src/mips/
codegen-mips.cc     [all...]
  /external/v8/src/mips64/
codegen-mips64.cc     [all...]
  /external/v8/src/ppc/
codegen-ppc.cc 611 CodeAgingHelper::CodeAgingHelper(Isolate* isolate) {
616 // DONT_FLUSH is used because the CodeAgingHelper is initialized early in
633 bool CodeAgingHelper::IsOld(byte* candidate) const {
  /external/v8/src/x87/
codegen-x87.cc 593 CodeAgingHelper::CodeAgingHelper(Isolate* isolate) {
606 bool CodeAgingHelper::IsOld(byte* candidate) const {
  /external/v8/src/ia32/
codegen-ia32.cc     [all...]

Completed in 150 milliseconds