Lines Matching refs:result
507 TNode<Int32T> result = UncheckedCast<Int32T>(
510 GotoIf(Word32Equal(Int32Constant(-1), result), miss);
511 CSA_DCHECK(this, Int32GreaterThanOrEqual(result, Int32Constant(0)));
512 var_intptr_index = ChangeInt32ToIntPtr(result);
598 TNode<String> result = StringFromSingleCharCode(code);
599 Return(result);
2895 TNode<UintPtrT> result =
2897 return Signed(result);
2913 TNode<UintPtrT> result =
2915 return Signed(result);
3350 TNode<Object> result = LoadContextElement(script_context, slot_index);
3351 exit_point->Return(result);
3414 TNode<Object> result = LoadContextElement(script_context, var_index);
3415 GotoIf(IsTheHole(result), found_hole);
3416 Return(result);
4757 TNode<JSObject> result = AllocateJSObjectFromMap(initial_map);
4766 CallRuntime(Runtime::kInternalSetPrototype, context, result,
4773 ReturnIf(IsNullOrUndefined(source), result);
4785 CreateDataProperty(context, result, key, value);
4791 CallRuntime(Runtime::kCopyDataProperties, context, result, source);
4795 Return(result);
4838 // a result object.
4848 // The IC fast case should only be taken if the result map a compatible