Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/x64/
Dsimulator-x64.h37 static inline uintptr_t RegisterCTryCatch(uintptr_t try_catch_address) { in RegisterCTryCatch() argument
38 return try_catch_address; in RegisterCTryCatch()
/external/chromium_org/v8/src/ia32/
Dsimulator-ia32.h39 static inline uintptr_t RegisterCTryCatch(uintptr_t try_catch_address) { in RegisterCTryCatch() argument
40 return try_catch_address; in RegisterCTryCatch()
/external/chromium_org/v8/src/x87/
Dsimulator-x87.h39 static inline uintptr_t RegisterCTryCatch(uintptr_t try_catch_address) { in RegisterCTryCatch() argument
40 return try_catch_address; in RegisterCTryCatch()
/external/chromium_org/v8/src/mips/
Dsimulator-mips.h51 static inline uintptr_t RegisterCTryCatch(uintptr_t try_catch_address) { in RegisterCTryCatch() argument
52 return try_catch_address; in RegisterCTryCatch()
403 static inline uintptr_t RegisterCTryCatch(uintptr_t try_catch_address) { in RegisterCTryCatch() argument
405 return sim->PushAddress(try_catch_address); in RegisterCTryCatch()
/external/chromium_org/v8/src/arm/
Dsimulator-arm.h51 static inline uintptr_t RegisterCTryCatch(uintptr_t try_catch_address) { in RegisterCTryCatch() argument
52 return try_catch_address; in RegisterCTryCatch()
449 static inline uintptr_t RegisterCTryCatch(uintptr_t try_catch_address) { in RegisterCTryCatch() argument
451 return sim->PushAddress(try_catch_address); in RegisterCTryCatch()
/external/chromium_org/v8/src/arm64/
Dsimulator-arm64.h66 static uintptr_t RegisterCTryCatch(uintptr_t try_catch_address) { in RegisterCTryCatch() argument
67 return try_catch_address; in RegisterCTryCatch()
823 static uintptr_t RegisterCTryCatch(uintptr_t try_catch_address) {
825 return sim->PushAddress(try_catch_address);