Searched defs:is_arguments (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/v8/src/
H A Dvariables.h107 bool is_arguments() const { return kind_ == ARGUMENTS; } function in class:v8::internal::Variable
H A Dlithium.cc581 bool is_arguments = value->IsArgumentsObject(); local
586 result->AddNewObject(is_arguments ? length - 1 : length, is_arguments);
589 for (int i = is_arguments ? 1 : 0; i < length; ++i) {
606 for (int i = is_arguments ? 1 : 0; i < length; ++i) {
H A Delements.cc1470 bool is_arguments = local
1472 if (is_arguments) {
1496 if (is_arguments) {
H A Ddeoptimizer.h69 bool is_arguments() const { return is_arguments_; } function in class:v8::internal::BASE_EMBEDDED
329 void AddObjectStart(intptr_t slot_address, int argc, bool is_arguments);
H A Dlithium.h456 void AddNewObject(int length, bool is_arguments) { argument
458 IsArgumentsField::encode(is_arguments) |
H A Dobjects.cc4840 bool is_arguments = local
4842 if (is_arguments) {
4864 if (is_arguments) {
12586 bool is_arguments = local
12588 Handle<SeededNumberDictionary> dictionary(is_arguments
12621 if (is_arguments && element->IsAliasedArgumentsEntry()) {
12664 if (is_arguments) {

Completed in 188 milliseconds