Home
last modified time | relevance | path

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

/external/v8/src/ic/
Dkeyed-store-generic.cc601 Label ok_to_write(this); in LookupPropertyOnPrototypeChain() local
612 GotoIf(IsNull(holder), &ok_to_write); in LookupPropertyOnPrototypeChain()
628 JumpIfDataProperty(details, &ok_to_write, readonly); in LookupPropertyOnPrototypeChain()
644 JumpIfDataProperty(details, &ok_to_write, readonly); in LookupPropertyOnPrototypeChain()
652 Goto(&ok_to_write); in LookupPropertyOnPrototypeChain()
667 JumpIfDataProperty(details, &ok_to_write, readonly); in LookupPropertyOnPrototypeChain()
675 Goto(&ok_to_write); in LookupPropertyOnPrototypeChain()
684 GotoIf(IsNull(proto), &ok_to_write); in LookupPropertyOnPrototypeChain()
689 BIND(&ok_to_write); in LookupPropertyOnPrototypeChain()