Lines Matching refs:name
194 TNode<Name> name =
196 return name;
206 // Load the global with name in constant pool entry <name_index> into the
217 // Load the global with name in constant pool entry <name_index> into the
228 // Store the value in the accumulator into the global with name in constant pool
234 TNode<Name> name = CAST(LoadConstantPoolEntryAtOperandIndex(0));
239 TNode<Object> result = CallBuiltin(Builtin::kStoreGlobalIC, context, name,
329 // Lookup the object with the name in constant pool entry |name_index|
332 TNode<Name> name = CAST(LoadConstantPoolEntryAtOperandIndex(0));
334 TNode<Object> result = CallRuntime(Runtime::kLoadLookupSlot, context, name);
341 // Lookup the object with the name in constant pool entry |name_index|
344 TNode<Name> name = CAST(LoadConstantPoolEntryAtOperandIndex(0));
347 CallRuntime(Runtime::kLoadLookupSlotInsideTypeof, context, name);
380 TNode<Name> name = CAST(LoadConstantPoolEntryAtOperandIndex(0));
381 TNode<Object> result = CallRuntime(function_id, context, name);
390 // Lookup the object with the name in constant pool entry |name_index|
398 // Lookup the object with the name in constant pool entry |name_index|
436 TNode<Name> name = CAST(LoadConstantPoolEntryAtOperandIndex(0));
437 TNode<Object> result = CallRuntime(function_id, context, name);
446 // Lookup the object with the name in constant pool entry |name_index|
454 // Lookup the object with the name in constant pool entry |name_index|
463 // Store the object in accumulator to the object with the name in constant
467 TNode<Name> name = CAST(LoadConstantPoolEntryAtOperandIndex(0));
485 CallRuntime(Runtime::kStoreLookupSlot_Strict, context, name, value);
499 context, name, value);
506 CallRuntime(Runtime::kStoreLookupSlot_Sloppy, context, name, value);
520 // Calls the LoadIC at FeedBackVector slot <slot> for <object> and the name at
528 // Load the name and context lazily.
556 // object's prototype (home object in the accumulator) and the name at constant
562 TNode<Object> name = LoadConstantPoolEntryAtOperandIndex(1);
569 home_object_prototype, name, slot, feedback_vector);
580 TNode<Object> name = GetAccumulator();
586 var_result = CallBuiltin(Builtin::kKeyedLoadIC, context, object, name, slot,
601 TNode<Name> name = CAST(LoadConstantPoolEntryAtOperandIndex(1));
608 CallStub(ic, context, object, name, value, slot, maybe_vector);
622 // the name in constant pool entry <name_index> with the value in the
637 // the name in constant pool entry <name_index> with the value in the
651 TNode<Object> name = LoadRegisterAtOperandIndex(1);
663 name, value, slot, maybe_vector);
679 // chain, and in the case of private names, throws if the private name already
683 TNode<Object> name = LoadRegisterAtOperandIndex(1);
690 var_result = CallBuiltin(Builtin::kDefineKeyedOwnIC, context, object, name,
725 // DefineKeyedOwnPropertyInLiteral <object> <name> <flags> <slot>
727 // Define a property <name> with value from the accumulator in <object>.
735 TNode<Object> name = LoadRegisterAtOperandIndex(1);
744 CallRuntime(Runtime::kDefineKeyedOwnPropertyInLiteral, context, object, name,
1175 // Convert the object referenced by the accumulator to a name.
1702 TNode<Object> name = LoadRegisterAtOperandIndex(0);
1709 var_result = CallBuiltin(Builtin::kKeyedHasIC, context, object, name, slot,
1783 #define MAKE_LABEL(name, lower_case) Label if_##lower_case(this);
1787 #define LABEL_POINTER(name, lower_case) &if_##lower_case,
1791 #define CASE(name, lower_case) \
1792 static_cast<int32_t>(TestTypeOfFlags::LiteralFlag::k##name),
2710 TNode<Name> name = CAST(LoadConstantPoolEntryAtOperandIndex(0));
2712 name);