Searched refs:JumpIfDataProperty (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/ic/ |
D | keyed-store-generic.cc | 601 JumpIfDataProperty(details, &ok_to_write, readonly); in LookupPropertyOnPrototypeChain() 618 JumpIfDataProperty(details, &ok_to_write, readonly); in LookupPropertyOnPrototypeChain() 638 JumpIfDataProperty(details, &ok_to_write, readonly); in LookupPropertyOnPrototypeChain() 686 JumpIfDataProperty(details, &data_property, &readonly); in EmitGenericPropertyStore() 793 JumpIfDataProperty(details, &overwrite, &readonly); in EmitGenericPropertyStore()
|
D | accessor-assembler.h | 114 void JumpIfDataProperty(Node* details, Label* writable, Label* readonly);
|
D | accessor-assembler.cc | 808 void AccessorAssembler::JumpIfDataProperty(Node* details, Label* writable, in JumpIfDataProperty() function in v8::internal::AccessorAssembler
|