Searched defs:HLoadKeyedGeneric (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Dhydrogen-instructions.h3963 class HLoadKeyedGeneric: public HTemplateInstruction<3> { class in namespace:v8
3965 HLoadKeyedGeneric(HValue* context, HValue* obj, HValue* key) { function in class:v8::HLoadKeyedGeneric
/external/chromium_org/v8/src/
H A Dhydrogen-instructions.h6493 class HLoadKeyedGeneric V8_FINAL : public HTemplateInstruction<3> {
6495 DECLARE_INSTRUCTION_WITH_CONTEXT_FACTORY_P2(HLoadKeyedGeneric, HValue*,
6513 HLoadKeyedGeneric(HValue* context, HValue* obj, HValue* key) { function in class:v8::V8_FINAL

Completed in 49 milliseconds