Home
last modified time | relevance | path

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

/external/v8/src/x64/
Dsimulator-x64.h39 uintptr_t try_catch_address) { in RegisterCTryCatch() argument
41 return try_catch_address; in RegisterCTryCatch()
/external/v8/src/x87/
Dsimulator-x87.h41 uintptr_t try_catch_address) { in RegisterCTryCatch() argument
43 return try_catch_address; in RegisterCTryCatch()
/external/v8/src/ia32/
Dsimulator-ia32.h41 uintptr_t try_catch_address) { in RegisterCTryCatch() argument
43 return try_catch_address; in RegisterCTryCatch()
/external/v8/src/ppc/
Dsimulator-ppc.h53 uintptr_t try_catch_address) { in RegisterCTryCatch() argument
55 return try_catch_address; in RegisterCTryCatch()
426 uintptr_t try_catch_address) { in RegisterCTryCatch() argument
428 return sim->PushAddress(try_catch_address); in RegisterCTryCatch()
/external/v8/src/mips/
Dsimulator-mips.h53 uintptr_t try_catch_address) { in RegisterCTryCatch() argument
55 return try_catch_address; in RegisterCTryCatch()
498 uintptr_t try_catch_address) { in RegisterCTryCatch() argument
500 return sim->PushAddress(try_catch_address); in RegisterCTryCatch()
/external/v8/src/arm/
Dsimulator-arm.h53 uintptr_t try_catch_address) { in RegisterCTryCatch() argument
55 return try_catch_address; in RegisterCTryCatch()
460 uintptr_t try_catch_address) { in RegisterCTryCatch() argument
462 return sim->PushAddress(try_catch_address); in RegisterCTryCatch()
/external/v8/src/mips64/
Dsimulator-mips64.h62 uintptr_t try_catch_address) { in RegisterCTryCatch() argument
64 return try_catch_address; in RegisterCTryCatch()
515 uintptr_t try_catch_address) { in RegisterCTryCatch() argument
517 return sim->PushAddress(try_catch_address); in RegisterCTryCatch()
/external/v8/src/arm64/
Dsimulator-arm64.h61 uintptr_t try_catch_address) { in RegisterCTryCatch() argument
63 return try_catch_address; in RegisterCTryCatch()
902 uintptr_t try_catch_address) {
904 return sim->PushAddress(try_catch_address);
/external/v8/src/s390/
Dsimulator-s390.h51 uintptr_t try_catch_address) { in RegisterCTryCatch() argument
53 return try_catch_address; in RegisterCTryCatch()
1272 uintptr_t try_catch_address) { in RegisterCTryCatch() argument
1274 return sim->PushAddress(try_catch_address); in RegisterCTryCatch()