Lines Matching refs:CAST
195 CAST(LoadConstantPoolEntryAtOperandIndex(name_operand_index));
234 TNode<Name> name = CAST(LoadConstantPoolEntryAtOperandIndex(0));
256 TNode<Context> context = CAST(LoadRegisterAtOperandIndex(0));
270 TNode<Context> context = CAST(LoadRegisterAtOperandIndex(0));
307 TNode<Context> context = CAST(LoadRegisterAtOperandIndex(0));
332 TNode<Name> name = CAST(LoadConstantPoolEntryAtOperandIndex(0));
344 TNode<Name> name = CAST(LoadConstantPoolEntryAtOperandIndex(0));
380 TNode<Name> name = CAST(LoadConstantPoolEntryAtOperandIndex(0));
436 TNode<Name> name = CAST(LoadConstantPoolEntryAtOperandIndex(0));
467 TNode<Name> name = CAST(LoadConstantPoolEntryAtOperandIndex(0));
533 return CAST(LoadConstantPoolEntryAtOperandIndex(1));
560 TNode<HeapObject> home_object = CAST(GetAccumulator());
601 TNode<Name> name = CAST(LoadConstantPoolEntryAtOperandIndex(1));
772 CAST(LoadContextElement(module_context, Context::EXTENSION_INDEX));
785 CAST(LoadFixedArrayElement(regular_exports, export_index));
797 CAST(LoadFixedArrayElement(regular_imports, import_index));
817 CAST(LoadContextElement(module_context, Context::EXTENSION_INDEX));
830 CAST(LoadFixedArrayElement(regular_exports, export_index));
851 TNode<Context> new_context = CAST(GetAccumulator());
862 TNode<Context> context = CAST(LoadRegisterAtOperandIndex(0));
1350 TNode<JSFunction> active_function = CAST(GetAccumulator());
1745 SelectBooleanConstant(IsUndetectableMap(LoadMap(CAST(object))));
1815 Branch(IsString(CAST(object)), &if_true, &if_false);
1821 Branch(IsSymbol(CAST(object)), &if_true, &if_false);
1833 Branch(IsBigInt(CAST(object)), &if_true, &if_false);
1841 Branch(IsUndetectableMap(LoadMap(CAST(object))), &if_true, &if_false);
1848 TNode<Int32T> map_bitfield = LoadMapBitField(LoadMap(CAST(object)));
1865 TNode<Map> map = LoadMap(CAST(object));
1918 CSA_DCHECK(this, IsBoolean(CAST(accumulator)));
1929 CSA_DCHECK(this, IsBoolean(CAST(accumulator)));
1940 CSA_DCHECK(this, IsBoolean(CAST(accumulator)));
1951 CSA_DCHECK(this, IsBoolean(CAST(accumulator)));
2136 Branch(IsJSReceiver(CAST(accumulator)), &if_object, &if_notobject);
2156 Branch(IsJSReceiver(CAST(accumulator)), &if_object, &if_notobject);
2240 TNode<IntPtrT> case_value = IntPtrSub(SmiUntag(CAST(acc)), case_value_base);
2258 TNode<String> pattern = CAST(LoadConstantPoolEntryAtOperandIndex(0));
2296 CAST(feedback_vector), slot, context, TRACK_ALLOCATION_SITE,
2331 CAST(maybe_feedback_vector), slot, context);
2386 CAST(feedback_vector), slot, &if_not_fast_clone);
2395 CAST(LoadConstantPoolEntryAtOperandIndex(0));
2451 TNode<JSFunction> closure = CAST(LoadRegister(Register::function_closure()));
2477 CAST(LoadRegister(Register::function_closure())));
2479 CAST(LoadFixedArrayElement(feedback_cell_array, slot));
2521 TNode<ScopeInfo> scope_info = CAST(LoadConstantPoolEntryAtOperandIndex(0));
2533 TNode<ScopeInfo> scope_info = CAST(LoadConstantPoolEntryAtOperandIndex(1));
2545 TNode<ScopeInfo> scope_info = CAST(LoadConstantPoolEntry(scope_info_idx));
2559 TNode<ScopeInfo> scope_info = CAST(LoadConstantPoolEntry(scope_info_idx));
2574 TNode<ScopeInfo> scope_info = CAST(LoadConstantPoolEntryAtOperandIndex(1));
2585 TNode<JSFunction> closure = CAST(LoadRegister(Register::function_closure()));
2624 TNode<JSFunction> closure = CAST(LoadRegister(Register::function_closure()));
2636 TNode<JSFunction> closure = CAST(LoadRegister(Register::function_closure()));
2651 SetPendingMessage(CAST(GetAccumulator()));
2710 TNode<Name> name = CAST(LoadConstantPoolEntryAtOperandIndex(0));
2763 TNode<HeapObject> constructor = CAST(LoadRegisterAtOperandIndex(0));
2774 CAST(LoadRegister(Register::function_closure()));
2829 TNode<JSReceiver> receiver = CAST(LoadRegisterAtOperandIndex(0));
2863 TNode<HeapObject> enumerator = CAST(GetAccumulator());
2886 TNode<HeapObject> receiver = CAST(LoadRegisterAtOperandIndex(0));
2887 TNode<Smi> index = CAST(LoadRegisterAtOperandIndex(1));
2895 TNode<Object> key = LoadFixedArrayElement(CAST(cache_array), index, 0);
2946 TNode<Smi> index = CAST(LoadRegisterAtOperandIndex(0));
3004 TNode<JSGeneratorObject> generator = CAST(LoadRegisterAtOperandIndex(0));
3005 TNode<FixedArray> array = CAST(LoadObjectField(
3007 TNode<JSFunction> closure = CAST(LoadRegister(Register::function_closure()));
3013 CAST(LoadObjectField(closure, JSFunction::kSharedFunctionInfoOffset));
3045 TNode<JSGeneratorObject> generator = CAST(maybe_generator);
3048 CAST(LoadObjectField(generator, JSGeneratorObject::kContinuationOffset));
3054 CAST(LoadObjectField(generator, JSGeneratorObject::kContextOffset));
3084 TNode<JSGeneratorObject> generator = CAST(LoadRegisterAtOperandIndex(0));
3085 TNode<JSFunction> closure = CAST(LoadRegister(Register::function_closure()));
3089 CAST(LoadObjectField(closure, JSFunction::kSharedFunctionInfoOffset));
3094 CAST(LoadObjectField(generator,