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

  /external/v8/src/full-codegen/arm/
full-codegen-arm.cc 29 // method EmitPatchInfo to record a marker back to the patchable code. This
65 void EmitPatchInfo() {
917 patch_site.EmitPatchInfo();
    [all...]
  /external/v8/src/full-codegen/arm64/
full-codegen-arm64.cc 73 void EmitPatchInfo() {
915 patch_site.EmitPatchInfo();
    [all...]
  /external/v8/src/full-codegen/ia32/
full-codegen-ia32.cc 51 void EmitPatchInfo() {
863 patch_site.EmitPatchInfo();
    [all...]
  /external/v8/src/full-codegen/mips/
full-codegen-mips.cc 37 // method EmitPatchInfo to record a marker back to the patchable code. This
77 void EmitPatchInfo() {
917 patch_site.EmitPatchInfo();
    [all...]
  /external/v8/src/full-codegen/mips64/
full-codegen-mips64.cc 37 // method EmitPatchInfo to record a marker back to the patchable code. This
77 void EmitPatchInfo() {
917 patch_site.EmitPatchInfo();
    [all...]
  /external/v8/src/full-codegen/ppc/
full-codegen-ppc.cc 29 // method EmitPatchInfo to record a marker back to the patchable code. This
64 void EmitPatchInfo() {
880 patch_site.EmitPatchInfo();
    [all...]
  /external/v8/src/full-codegen/s390/
full-codegen-s390.cc 29 // method EmitPatchInfo to record a marker back to the patchable code. This
72 void EmitPatchInfo() {
850 patch_site.EmitPatchInfo();
    [all...]
  /external/v8/src/full-codegen/x64/
full-codegen-x64.cc 53 void EmitPatchInfo() {
881 patch_site.EmitPatchInfo();
    [all...]
  /external/v8/src/full-codegen/x87/
full-codegen-x87.cc 51 void EmitPatchInfo() {
853 patch_site.EmitPatchInfo();
    [all...]

Completed in 63 milliseconds