Searched refs:control_depth (Results 1 - 4 of 4) sorted by relevance
/third_party/node/deps/v8/src/wasm/ |
H A D | function-body-decoder.cc | 190 unsigned control_depth = 0; in PrintRawWasmCode() local 207 control_depth--; in PrintRawWasmCode() 210 int num_whitespaces = control_depth < 32 ? 2 * control_depth : 64; in PrintRawWasmCode() 257 control_depth++; in PrintRawWasmCode() 271 control_depth++; in PrintRawWasmCode() 276 control_depth--; in PrintRawWasmCode()
|
H A D | graph-builder-interface.cc | 210 for (uint32_t depth = 1; depth < decoder->control_depth(); depth++) { in Loop() 492 BuildNestedLoopExits(decoder, decoder->control_depth() - 1, false, in DoReturn() 509 if (depth == decoder->control_depth() - 1) { in BrOrRet() 918 if (depth == decoder->control_depth() - 1) { in Delegate() 1338 DCHECK_LT(decoder->current_catch(), decoder->control_depth()); in current_try_info() 1431 : decoder->control_depth() - 1, in CheckForException() 1776 BuildNestedLoopExits(decoder, decoder->control_depth(), false, in DoReturnCall()
|
H A D | function-body-decoder-impl.h | 1358 size_t control_depth) { in Validate() 1359 if (!VALIDATE(imm.depth < control_depth)) { in Validate() 2308 uint32_t control_depth() const { in control_depth() function in v8::internal::wasm::WasmFullDecoder 2332 return control_depth() - 1 - current_catch(); in control_depth_of_current_catch() 2626 current_catch_ = static_cast<int>(control_depth() - 1); in DECODE() 2668 if (!this->Validate(this->pc_ + 1, imm, control_depth() - 1)) return 0; in DECODE() 2676 while (target_depth < control_depth() - 1 && in DECODE() 3005 if (!VALIDATE(target < control_depth())) { in DECODE() 3029 for (uint32_t i = 0; i < control_depth(); ++i) { in DECODE() 1357 Validate(const byte* pc, BranchDepthImmediate<validate>& imm, size_t control_depth) Validate() argument
|
/third_party/node/deps/v8/src/wasm/baseline/ |
H A D | liftoff-compiler.cc | 614 uint32_t control_depth = decoder ? decoder->control_depth() : 0; in UnuseLabels() local 615 for (uint32_t i = 0; i < control_depth; ++i) { in UnuseLabels() 1288 if (depth == decoder->control_depth() - 1) { in Delegate() 2628 if (depth == decoder->control_depth() - 1) { 2639 if (depth != decoder->control_depth() - 1) { 3287 for (int j = decoder->control_depth() - 1; j >= 0; j--) { 3396 if (depth != decoder->control_depth() - 1) { 3418 if (depth != decoder->control_depth() - 1) { 5664 if (depth != decoder->control_depth() [all...] |
Completed in 19 milliseconds