Home
last modified time | relevance | path

Searched refs:try_catch_address (Results 1 – 4 of 4) sorted by relevance

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