Home
last modified time | relevance | path

Searched refs:rhs_heap_object (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/ic/
H A Dbinary-op-assembler.cc48 TNode<HeapObject> rhs_heap_object = CAST(rhs); in Generate_AddWithFeedback() local
49 GotoIfNot(IsHeapNumber(rhs_heap_object), &check_rhsisoddball); in Generate_AddWithFeedback()
52 var_fadd_rhs = LoadHeapNumberValue(rhs_heap_object); in Generate_AddWithFeedback()
101 TNode<HeapObject> rhs_heap_object = CAST(rhs); in Generate_AddWithFeedback() local
102 GotoIfNot(IsHeapNumber(rhs_heap_object), &check_rhsisoddball); in Generate_AddWithFeedback()
105 var_fadd_rhs = LoadHeapNumberValue(rhs_heap_object); in Generate_AddWithFeedback()
153 TNode<HeapObject> rhs_heap_object = CAST(rhs); in Generate_AddWithFeedback() local
161 Branch(IsBigInt(rhs_heap_object), &bigint, &call_with_any_feedback); in Generate_AddWithFeedback()
165 TNode<Uint16T> rhs_instance_type = LoadInstanceType(rhs_heap_object); in Generate_AddWithFeedback()
276 TNode<HeapObject> rhs_heap_object in Generate_BinaryOperationWithFeedback() local
312 TNode<HeapObject> rhs_heap_object = CAST(rhs); Generate_BinaryOperationWithFeedback() local
[all...]

Completed in 2 milliseconds