Home
last modified time | relevance | path

Searched refs:protected_store_pc (Results 1 – 10 of 10) sorted by relevance

/external/v8/src/wasm/baseline/arm64/
Dliftoff-assembler-arm64.h252 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/
Dliftoff-assembler-arm.h58 uint32_t* protected_store_pc, bool is_store_mem) { in Store() argument
/external/v8/src/wasm/baseline/s390/
Dliftoff-assembler-s390.h58 uint32_t* protected_store_pc, bool is_store_mem) { in Store() argument
/external/v8/src/wasm/baseline/ppc/
Dliftoff-assembler-ppc.h58 uint32_t* protected_store_pc, bool is_store_mem) { in Store() argument
/external/v8/src/wasm/baseline/mips64/
Dliftoff-assembler-mips64.h332 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/
Dliftoff-assembler-mips.h388 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/
Dliftoff-assembler-x64.h258 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/
Dliftoff-assembler-ia32.h306 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/
Dliftoff-compiler.cc1523 uint32_t protected_store_pc = 0; in StoreMem() local
1525 &protected_store_pc, true); in StoreMem()
1529 protected_store_pc); in StoreMem()
Dliftoff-assembler.h363 uint32_t* protected_store_pc = nullptr,