Home
last modified time | relevance | path

Searched refs:JumpIfDataProperty (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/ic/
Dkeyed-store-generic.cc601 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()
Daccessor-assembler.h114 void JumpIfDataProperty(Node* details, Label* writable, Label* readonly);
Daccessor-assembler.cc808 void AccessorAssembler::JumpIfDataProperty(Node* details, Label* writable, in JumpIfDataProperty() function in v8::internal::AccessorAssembler