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

  /external/v8/src/arm/
virtual-frame-arm.h 110 // Forget elements from the top of the frame to match an actual frame (eg,
112 void Forget(int count) {
121 // Forget count elements from the top of the frame and adjust the stack
291 Forget(arg_count);
440 // necessary, free any associated register, and forget its value if
  /external/v8/src/ia32/
virtual-frame-ia32.h 123 // Forget count elements from the top of the frame all in-memory
128 void Forget(int count) {
135 // Forget count elements from the top of the frame without adjusting
516 // necessary, free any associated register, and forget its value if
  /external/v8/src/mips/
virtual-frame-mips.h 111 // Forget elements from the top of the frame to match an actual frame (eg,
113 void Forget(int count) {
122 // Forget count elements from the top of the frame and adjust the stack
466 // necessary, free any associated register, and forget its value if
  /external/v8/src/x64/
virtual-frame-x64.h 124 // Forget count elements from the top of the frame all in-memory
129 void Forget(int count) {
136 // Forget count elements from the top of the frame without adjusting
492 // necessary, free any associated register, and forget its value if

Completed in 169 milliseconds