Lines Matching defs:name
28 #include "src/objects/swiss-name-dictionary.h"
282 #define CSA_DEBUG_INFO(name) \
283 { #name, __FILE__, __LINE__ }
285 #define TYPED_VARIABLE_DEF(type, name, ...) \
286 TVariable<type> name(CSA_DEBUG_INFO(name), __VA_ARGS__)
287 #define TYPED_VARIABLE_CONSTRUCTOR(name, ...) \
288 name(CSA_DEBUG_INFO(name), __VA_ARGS__)
294 #define TYPED_VARIABLE_DEF(type, name, ...) TVariable<type> name(__VA_ARGS__)
295 #define TYPED_VARIABLE_CONSTRUCTOR(name, ...) name(__VA_ARGS__)
530 #define HEAP_CONSTANT_ACCESSOR(rootIndexName, rootAccessorName, name) \
533 name##Constant();
537 #define HEAP_CONSTANT_ACCESSOR(rootIndexName, rootAccessorName, name) \
540 name##Constant();
544 #define HEAP_CONSTANT_TEST(rootIndexName, rootAccessorName, name) \
545 TNode<BoolT> Is##name(TNode<Object> value); \
546 TNode<BoolT> IsNot##name(TNode<Object> value);
1440 // Load the Name::hash() value of a name as an uint32 value.
1443 TNode<Uint32T> LoadNameHash(TNode<Name> name,
1445 TNode<Uint32T> LoadNameHashAssumeComputed(TNode<Name> name);
3075 TNode<Name> name, Label* not_found);
3202 // a unique name (Symbol or InternalizedString) that is not an array index.
3217 Handle<Name> name) {
3218 return GetProperty(context, receiver, HeapConstant(name));
3222 TNode<Object> name) {
3223 return CallBuiltin(Builtin::kGetProperty, context, receiver, name);
3240 Handle<Name> name, Label* if_null_or_undefined);
3285 // DescriptorArray and an index of the descriptor's name respectively.
3333 // is guaranteed to be an unique name.
3422 // Check if a property name might require protector invalidation when it is
3424 void CheckForAssociatedProtector(TNode<Name> name, Label* if_protector);
3932 // entry with given name (note that there could be multiple entries with
3933 // the same name).
4019 TNode<Context> context, TNode<Object> receiver, TNode<Object> name,
4413 // the property (within the descriptor array), the property's expected name