Searched refs:protected_store_pc (Results 1 – 10 of 10) sorted by relevance
/external/v8/src/wasm/baseline/arm64/ |
D | liftoff-assembler-arm64.h | 252 uint32_t* protected_store_pc, bool is_store_mem) { in Store() argument 256 if (protected_store_pc) *protected_store_pc = pc_offset(); in Store()
|
/external/v8/src/wasm/baseline/arm/ |
D | liftoff-assembler-arm.h | 58 uint32_t* protected_store_pc, bool is_store_mem) { in Store() argument
|
/external/v8/src/wasm/baseline/s390/ |
D | liftoff-assembler-s390.h | 58 uint32_t* protected_store_pc, bool is_store_mem) { in Store() argument
|
/external/v8/src/wasm/baseline/ppc/ |
D | liftoff-assembler-ppc.h | 58 uint32_t* protected_store_pc, bool is_store_mem) { in Store() argument
|
/external/v8/src/wasm/baseline/mips64/ |
D | liftoff-assembler-mips64.h | 332 uint32_t* protected_store_pc, bool is_store_mem) { in Store() argument 353 if (protected_store_pc) *protected_store_pc = pc_offset(); in Store()
|
/external/v8/src/wasm/baseline/mips/ |
D | liftoff-assembler-mips.h | 388 uint32_t* protected_store_pc, bool is_store_mem) { in Store() argument 409 if (protected_store_pc) *protected_store_pc = pc_offset(); in Store()
|
/external/v8/src/wasm/baseline/x64/ |
D | liftoff-assembler-x64.h | 258 uint32_t* protected_store_pc, bool is_store_mem) { in Store() argument 263 if (protected_store_pc) *protected_store_pc = pc_offset(); in Store()
|
/external/v8/src/wasm/baseline/ia32/ |
D | liftoff-assembler-ia32.h | 306 uint32_t* protected_store_pc, bool is_store_mem) { in Store() argument 314 if (protected_store_pc) *protected_store_pc = pc_offset(); in Store()
|
/external/v8/src/wasm/baseline/ |
D | liftoff-compiler.cc | 1523 uint32_t protected_store_pc = 0; in StoreMem() local 1525 &protected_store_pc, true); in StoreMem() 1529 protected_store_pc); in StoreMem()
|
D | liftoff-assembler.h | 363 uint32_t* protected_store_pc = nullptr,
|