Home
last modified time | relevance | path

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

/external/v8/src/
Dhydrogen.cc6850 HInstruction* HOptimizedGraphBuilder::BuildKeyedGeneric( in BuildKeyedGeneric() function in v8::internal::HOptimizedGraphBuilder
7025 HInstruction* result = BuildKeyedGeneric(access_type, expr, object, key, in HandlePolymorphicElementAccess()
7063 instr = AddInstruction(BuildKeyedGeneric(access_type, expr, object, key, in HandlePolymorphicElementAccess()
7089 access = AddInstruction(BuildKeyedGeneric(access_type, expr, object, key, in HandlePolymorphicElementAccess()
7181 instr = AddInstruction(BuildKeyedGeneric(access_type, expr, obj, key, in HandleKeyedElementAccess()
7205 instr = AddInstruction(BuildKeyedGeneric(access_type, expr, obj, key, val)); in HandleKeyedElementAccess()
Dhydrogen.h2598 HInstruction* BuildKeyedGeneric(PropertyAccessType access_type,