Searched refs:HApplyArguments (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/v8/src/
H A Dhydrogen-instructions.h3908 class HApplyArguments FINAL : public HTemplateInstruction<4> {
3910 DECLARE_INSTRUCTION_FACTORY_P4(HApplyArguments, HValue*, HValue*, HValue*,
3928 HApplyArguments(HValue* function, function in class:v8::FINAL::FINAL
H A Dhydrogen.cc8731 HInstruction* result = New<HApplyArguments>(function,
/external/chromium_org/v8/src/arm/
H A Dlithium-arm.cc1003 LInstruction* LChunkBuilder::DoApplyArguments(HApplyArguments* instr) {
/external/chromium_org/v8/src/arm64/
H A Dlithium-arm64.cc901 LInstruction* LChunkBuilder::DoApplyArguments(HApplyArguments* instr) {
/external/chromium_org/v8/src/ia32/
H A Dlithium-ia32.cc1044 LInstruction* LChunkBuilder::DoApplyArguments(HApplyArguments* instr) {
/external/chromium_org/v8/src/mips/
H A Dlithium-mips.cc1008 LInstruction* LChunkBuilder::DoApplyArguments(HApplyArguments* instr) {
/external/chromium_org/v8/src/mips64/
H A Dlithium-mips64.cc1008 LInstruction* LChunkBuilder::DoApplyArguments(HApplyArguments* instr) {
/external/chromium_org/v8/src/x64/
H A Dlithium-x64.cc1023 LInstruction* LChunkBuilder::DoApplyArguments(HApplyArguments* instr) {
/external/chromium_org/v8/src/x87/
H A Dlithium-x87.cc1063 LInstruction* LChunkBuilder::DoApplyArguments(HApplyArguments* instr) {

Completed in 4212 milliseconds