Searched refs:try_catch_address (Results 1 – 4 of 4) sorted by relevance
50 #define TRY_CATCH_FROM_ADDRESS(try_catch_address) \ argument51 (reinterpret_cast<TryCatch*>(try_catch_address))63 static inline uintptr_t RegisterCTryCatch(uintptr_t try_catch_address) { in RegisterCTryCatch() argument64 return try_catch_address; in RegisterCTryCatch()
51 #define TRY_CATCH_FROM_ADDRESS(try_catch_address) \ argument52 (reinterpret_cast<TryCatch*>(try_catch_address))65 static inline uintptr_t RegisterCTryCatch(uintptr_t try_catch_address) { in RegisterCTryCatch() argument66 return try_catch_address; in RegisterCTryCatch()
64 #define TRY_CATCH_FROM_ADDRESS(try_catch_address) \ argument65 reinterpret_cast<TryCatch*>(try_catch_address)77 static inline uintptr_t RegisterCTryCatch(uintptr_t try_catch_address) { in RegisterCTryCatch() argument78 return try_catch_address; in RegisterCTryCatch()410 #define TRY_CATCH_FROM_ADDRESS(try_catch_address) \ argument411 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() argument429 return sim->PushAddress(try_catch_address); in RegisterCTryCatch()
63 #define TRY_CATCH_FROM_ADDRESS(try_catch_address) \ argument64 reinterpret_cast<TryCatch*>(try_catch_address)77 static inline uintptr_t RegisterCTryCatch(uintptr_t try_catch_address) { in RegisterCTryCatch() argument78 return try_catch_address; in RegisterCTryCatch()408 #define TRY_CATCH_FROM_ADDRESS(try_catch_address) \ argument409 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() argument427 return sim->PushAddress(try_catch_address); in RegisterCTryCatch()