Lines Matching refs:env_

527       env_(env),
731 DCHECK_NOT_NULL(env_); // Wrappers don't get stack checks.
732 if (!FLAG_wasm_stack_checks || !env_->runtime_exception_support) {
1472 // TODO(wasm): "!env_" should not happen when compiling an actual wasm
1474 if (!env_ || !env_->runtime_exception_support) {
2459 if (!env_->module->is_memory64) {
3122 if (env_ && index < env_->module->num_imported_functions) {
3151 const wasm::WasmTable& table = env_->module->tables[table_index];
3199 DCHECK_NOT_NULL(env_);
3215 const wasm::ValueType table_type = env_->module->tables[table_index].type;
3232 int32_t expected_sig_id = env_->module->canonicalized_type_ids[sig_index];
3383 if (env_ && index < env_->module->num_imported_functions) {
3637 DCHECK_EQ(wasm::kWasmOrigin, env_->module->origin);
3643 result = env_->module->is_memory64 ? BuildChangeIntPtrToInt64(result)
3731 const wasm::WasmGlobal& global = env_->module->globals[index];
3742 const wasm::WasmGlobal& global = env_->module->globals[index];
3817 env_->max_memory_size)) {
3824 if (!env_->module->is_memory64) {
3829 DCHECK_NE(wasm::kTrapHandler, env_->bounds_checks);
3830 if (env_->bounds_checks == wasm::kExplicitBoundsChecks) {
3841 if (env_->bounds_checks == wasm::kNoBoundsChecks) return {index, kInBounds};
3855 if (match.HasResolvedValue() && end_offset <= env_->min_memory_size &&
3856 match.ResolvedValue() < env_->min_memory_size - end_offset) {
3862 if (env_->bounds_checks == wasm::kTrapHandler &&
3869 if (end_offset > env_->min_memory_size) {
5418 DCHECK_LT(data_segment_index, env_->module->num_declared_data_segments);
5442 DCHECK_LT(data_segment_index, env_->module->num_declared_data_segments);
5474 if (!env_->module->is_memory64) {
5544 DCHECK_LT(elem_segment_index, env_->module->elem_segments.size());