Home
last modified time | relevance | path

Searched refs:JSParameterCount (Results 1 – 7 of 7) sorted by relevance

/external/v8/test/cctest/compiler/
Dtest-linkage.cc68 CHECK_EQ(1 + i, descriptor->JSParameterCount()); in TEST()
95 CHECK_EQ(i, descriptor->JSParameterCount()); in TEST()
/external/v8/src/compiler/
Dlinkage.cc37 << "j" << d.JSParameterCount() << "i" << d.InputCount() << "f" in operator <<()
Dlinkage.h88 size_t JSParameterCount() const { return js_param_count_; } in JSParameterCount() function
/external/v8/src/compiler/ia32/
Dcode-generator-ia32.cc786 ? static_cast<int>(descriptor->JSParameterCount()) in AssembleReturn()
/external/v8/src/compiler/arm64/
Dcode-generator-arm64.cc712 ? static_cast<int>(descriptor->JSParameterCount()) in AssembleReturn()
/external/v8/src/compiler/arm/
Dcode-generator-arm.cc691 ? static_cast<int>(descriptor->JSParameterCount()) in AssembleReturn()
/external/v8/src/compiler/x64/
Dcode-generator-x64.cc866 ? static_cast<int>(descriptor->JSParameterCount()) in AssembleReturn()