Searched refs:BuildKeyedGeneric (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/ |
D | hydrogen.cc | 6850 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()
|
D | hydrogen.h | 2598 HInstruction* BuildKeyedGeneric(PropertyAccessType access_type,
|