Searched refs:is_postfix (Results 1 - 11 of 11) sorted by path

/external/chromium_org/v8/src/arm/
H A Dfull-codegen-arm.cc4355 if (expr->is_postfix() && !context()->IsEffect()) {
4392 if (expr->is_postfix()) {
4422 if (expr->is_postfix()) {
4458 if (expr->is_postfix()) {
4483 if (expr->is_postfix()) {
4499 if (expr->is_postfix()) {
/external/chromium_org/v8/src/arm64/
H A Dfull-codegen-arm64.cc4019 if (expr->is_postfix() && !context()->IsEffect()) {
4055 if (expr->is_postfix()) {
4085 if (expr->is_postfix()) {
4123 if (expr->is_postfix()) {
4148 if (expr->is_postfix()) {
4164 if (expr->is_postfix()) {
/external/chromium_org/v8/src/
H A Dast.h2042 bool is_postfix() const { return !is_prefix_; } function in class:v8::internal::FINAL
H A Dhydrogen.cc9998 expr->is_postfix() && !ast_context()->IsEffect();
10059 return ast_context()->ReturnValue(expr->is_postfix() ? input : after);
H A Dprettyprinter.cc443 if (node->is_postfix()) Print("%s", Token::String(node->op()));
/external/chromium_org/v8/src/compiler/
H A Dast-graph-builder.cc1381 bool is_postfix = expr->is_postfix() && !ast_context()->IsEffect(); local
1382 if (is_postfix) environment()->Push(jsgraph()->UndefinedConstant());
1420 if (is_postfix) environment()->Poke(stack_depth, old_value);
1463 if (is_postfix) value = environment()->Pop();
/external/chromium_org/v8/src/ia32/
H A Dfull-codegen-ia32.cc4312 if (expr->is_postfix() && !context()->IsEffect()) {
4346 if (expr->is_postfix()) {
4384 if (expr->is_postfix()) {
4419 if (expr->is_postfix()) {
4446 if (expr->is_postfix()) {
4462 if (expr->is_postfix()) {
/external/chromium_org/v8/src/mips/
H A Dfull-codegen-mips.cc4369 if (expr->is_postfix() && !context()->IsEffect()) {
4407 if (expr->is_postfix()) {
4440 if (expr->is_postfix()) {
4475 if (expr->is_postfix()) {
4501 if (expr->is_postfix()) {
4518 if (expr->is_postfix()) {
/external/chromium_org/v8/src/mips64/
H A Dfull-codegen-mips64.cc4370 if (expr->is_postfix() && !context()->IsEffect()) {
4408 if (expr->is_postfix()) {
4441 if (expr->is_postfix()) {
4476 if (expr->is_postfix()) {
4502 if (expr->is_postfix()) {
4519 if (expr->is_postfix()) {
/external/chromium_org/v8/src/x64/
H A Dfull-codegen-x64.cc4326 if (expr->is_postfix() && !context()->IsEffect()) {
4360 if (expr->is_postfix()) {
4395 if (expr->is_postfix()) {
4430 if (expr->is_postfix()) {
4457 if (expr->is_postfix()) {
4473 if (expr->is_postfix()) {
/external/chromium_org/v8/src/x87/
H A Dfull-codegen-x87.cc4301 if (expr->is_postfix() && !context()->IsEffect()) {
4335 if (expr->is_postfix()) {
4373 if (expr->is_postfix()) {
4408 if (expr->is_postfix()) {
4435 if (expr->is_postfix()) {
4451 if (expr->is_postfix()) {

Completed in 526 milliseconds