Searched refs:try_catch_address (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/v8/src/ia32/
H A Dsimulator-ia32.h51 #define TRY_CATCH_FROM_ADDRESS(try_catch_address) \
52 (reinterpret_cast<TryCatch*>(try_catch_address))
65 static inline uintptr_t RegisterCTryCatch(uintptr_t try_catch_address) { argument
66 return try_catch_address;
/external/chromium_org/v8/src/x64/
H A Dsimulator-x64.h50 #define TRY_CATCH_FROM_ADDRESS(try_catch_address) \
51 (reinterpret_cast<TryCatch*>(try_catch_address))
63 static inline uintptr_t RegisterCTryCatch(uintptr_t try_catch_address) { argument
64 return try_catch_address;
/external/v8/src/ia32/
H A Dsimulator-ia32.h51 #define TRY_CATCH_FROM_ADDRESS(try_catch_address) \
52 (reinterpret_cast<TryCatch*>(try_catch_address))
65 static inline uintptr_t RegisterCTryCatch(uintptr_t try_catch_address) { argument
66 return try_catch_address;
/external/v8/src/x64/
H A Dsimulator-x64.h50 #define TRY_CATCH_FROM_ADDRESS(try_catch_address) \
51 (reinterpret_cast<TryCatch*>(try_catch_address))
63 static inline uintptr_t RegisterCTryCatch(uintptr_t try_catch_address) { argument
64 return try_catch_address;
/external/chromium_org/v8/src/mips/
H A Dsimulator-mips.h64 #define TRY_CATCH_FROM_ADDRESS(try_catch_address) \
65 reinterpret_cast<TryCatch*>(try_catch_address)
77 static inline uintptr_t RegisterCTryCatch(uintptr_t try_catch_address) { argument
78 return try_catch_address;
412 #define TRY_CATCH_FROM_ADDRESS(try_catch_address) \
413 try_catch_address == NULL ? \
414 NULL : *(reinterpret_cast<TryCatch**>(try_catch_address))
429 static inline uintptr_t RegisterCTryCatch(uintptr_t try_catch_address) {
431 return sim->PushAddress(try_catch_address);
/external/v8/src/arm/
H A Dsimulator-arm.h63 #define TRY_CATCH_FROM_ADDRESS(try_catch_address) \
64 reinterpret_cast<TryCatch*>(try_catch_address)
77 static inline uintptr_t RegisterCTryCatch(uintptr_t try_catch_address) { argument
78 return try_catch_address;
408 #define TRY_CATCH_FROM_ADDRESS(try_catch_address) \
409 try_catch_address == NULL ? \
410 NULL : *(reinterpret_cast<TryCatch**>(try_catch_address))
425 static inline uintptr_t RegisterCTryCatch(uintptr_t try_catch_address) {
427 return sim->PushAddress(try_catch_address);
/external/v8/src/mips/
H A Dsimulator-mips.h64 #define TRY_CATCH_FROM_ADDRESS(try_catch_address) \
65 reinterpret_cast<TryCatch*>(try_catch_address)
77 static inline uintptr_t RegisterCTryCatch(uintptr_t try_catch_address) { argument
78 return try_catch_address;
410 #define TRY_CATCH_FROM_ADDRESS(try_catch_address) \
411 try_catch_address == NULL ? \
412 NULL : *(reinterpret_cast<TryCatch**>(try_catch_address))
427 static inline uintptr_t RegisterCTryCatch(uintptr_t try_catch_address) {
429 return sim->PushAddress(try_catch_address);
/external/chromium_org/v8/src/arm/
H A Dsimulator-arm.h63 #define TRY_CATCH_FROM_ADDRESS(try_catch_address) \
64 reinterpret_cast<TryCatch*>(try_catch_address)
77 static inline uintptr_t RegisterCTryCatch(uintptr_t try_catch_address) { argument
78 return try_catch_address;
458 #define TRY_CATCH_FROM_ADDRESS(try_catch_address) \
459 try_catch_address == NULL ? \
460 NULL : *(reinterpret_cast<TryCatch**>(try_catch_address))
475 static inline uintptr_t RegisterCTryCatch(uintptr_t try_catch_address) {
477 return sim->PushAddress(try_catch_address);

Completed in 93 milliseconds