Searched defs:GenerateCheckPropertyCell (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/ia32/
H A Dstub-cache-ia32.cc830 static void GenerateCheckPropertyCell(MacroAssembler* masm, function in namespace:v8::internal
850 // Calls GenerateCheckPropertyCell for each global object in the prototype chain
861 GenerateCheckPropertyCell(masm,
2725 GenerateCheckPropertyCell(
/external/v8/src/x64/
H A Dstub-cache-x64.cc807 static void GenerateCheckPropertyCell(MacroAssembler* masm, function in namespace:v8::internal
822 // Calls GenerateCheckPropertyCell for each global object in the prototype chain
833 GenerateCheckPropertyCell(masm,
2557 GenerateCheckPropertyCell(
/external/v8/src/arm/
H A Dstub-cache-arm.cc887 static void GenerateCheckPropertyCell(MacroAssembler* masm, function in namespace:v8::internal
904 // Calls GenerateCheckPropertyCell for each global object in the prototype chain
915 GenerateCheckPropertyCell(masm,
2706 GenerateCheckPropertyCell(
/external/v8/src/mips/
H A Dstub-cache-mips.cc881 static void GenerateCheckPropertyCell(MacroAssembler* masm, function in namespace:v8::internal
897 // Calls GenerateCheckPropertyCell for each global object in the prototype chain
908 GenerateCheckPropertyCell(masm,
2702 GenerateCheckPropertyCell(

Completed in 47 milliseconds