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

  /external/v8/src/
objects-visiting-inl.h 103 RelocInfo::ModeMask(RelocInfo::JS_RETURN) |
127 RelocInfo::ModeMask(RelocInfo::JS_RETURN) |
assembler.h 199 JS_RETURN, // Marks start of the ExitJSFrame code.
238 return mode == JS_RETURN;
assembler.cc 618 case RelocInfo::JS_RETURN:
709 case JS_RETURN:
    [all...]
mark-compact.cc     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
joystick.h 91 #define JS_RETURN sizeof(struct JS_DATA_TYPE)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
joystick.h 91 #define JS_RETURN sizeof(struct JS_DATA_TYPE)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
joystick.h 91 #define JS_RETURN sizeof(struct JS_DATA_TYPE)
  /external/v8/src/ia32/
assembler-ia32-inl.h 55 } else if (rmode_ == JS_RETURN && IsPatchedReturnSequence()) {
56 // Special handling of js_return when a break point is set (call
assembler-ia32.cc 171 1 << RelocInfo::JS_RETURN | 1 << RelocInfo::INTERNAL_REFERENCE |
    [all...]
  /external/v8/src/mips/
assembler-mips.cc     [all...]
  /external/v8/src/arm/
assembler-arm.cc     [all...]
  /external/v8/test/cctest/
test-debug.cc 507 if (mode != v8::internal::RelocInfo::JS_RETURN) {
526 if (mode == v8::internal::RelocInfo::JS_RETURN) {
    [all...]
  /external/v8/src/x64/
assembler-x64.cc     [all...]

Completed in 76 milliseconds