Searched refs:protected_load_pc (Results 1 – 10 of 10) sorted by relevance
/external/v8/src/wasm/baseline/arm64/ |
D | liftoff-assembler-arm64.h | 202 uint32_t* protected_load_pc, bool is_load_mem) { in Load() argument 206 if (protected_load_pc) *protected_load_pc = pc_offset(); in Load()
|
/external/v8/src/wasm/baseline/arm/ |
D | liftoff-assembler-arm.h | 51 uint32_t* protected_load_pc, bool is_load_mem) { in Load() argument
|
/external/v8/src/wasm/baseline/s390/ |
D | liftoff-assembler-s390.h | 51 uint32_t* protected_load_pc, bool is_load_mem) { in Load() argument
|
/external/v8/src/wasm/baseline/ppc/ |
D | liftoff-assembler-ppc.h | 51 uint32_t* protected_load_pc, bool is_load_mem) { in Load() argument
|
/external/v8/src/wasm/baseline/mips64/ |
D | liftoff-assembler-mips64.h | 276 uint32_t* protected_load_pc, bool is_load_mem) { in Load() argument 284 if (protected_load_pc) *protected_load_pc = pc_offset(); in Load()
|
/external/v8/src/wasm/baseline/mips/ |
D | liftoff-assembler-mips.h | 307 uint32_t* protected_load_pc, bool is_load_mem) { in Load() argument 316 if (protected_load_pc) *protected_load_pc = pc_offset(); in Load()
|
/external/v8/src/wasm/baseline/x64/ |
D | liftoff-assembler-x64.h | 207 uint32_t* protected_load_pc, bool is_load_mem) { in Load() argument 212 if (protected_load_pc) *protected_load_pc = pc_offset(); in Load()
|
/external/v8/src/wasm/baseline/ia32/ |
D | liftoff-assembler-ia32.h | 225 uint32_t* protected_load_pc, bool is_load_mem) { in Load() argument 235 if (protected_load_pc) *protected_load_pc = pc_offset(); in Load()
|
/external/v8/src/wasm/baseline/ |
D | liftoff-compiler.cc | 1491 uint32_t protected_load_pc = 0; in LoadMem() local 1493 &protected_load_pc, true); in LoadMem() 1497 protected_load_pc); in LoadMem()
|
D | liftoff-assembler.h | 359 uint32_t* protected_load_pc = nullptr,
|