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.cc573 Label ok_to_write(this); in LookupPropertyOnPrototypeChain() local
585 GotoIf(IsNull(holder), &ok_to_write); in LookupPropertyOnPrototypeChain()
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()
651 GotoIf(IsNull(proto), &ok_to_write); in LookupPropertyOnPrototypeChain()
656 BIND(&ok_to_write); in LookupPropertyOnPrototypeChain()