Home
last modified time | relevance | path

Searched refs:body_ (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/wasm/
Dwasm-module-builder.cc55 body_(builder->zone()), in WasmFunctionBuilder()
70 body_.push_back(*p); in EmitVarInt()
99 body_.push_back(code[i]); in EmitCode()
104 body_.push_back(static_cast<byte>(opcode)); in Emit()
108 body_.push_back(static_cast<byte>(opcode)); in EmitWithU8()
109 body_.push_back(immediate); in EmitWithU8()
114 body_.push_back(static_cast<byte>(opcode)); in EmitWithU8U8()
115 body_.push_back(imm1); in EmitWithU8U8()
116 body_.push_back(imm2); in EmitWithU8U8()
121 body_.push_back(static_cast<byte>(opcode)); in EmitWithVarInt()
[all …]
Dwasm-module-builder.h164 ZoneVector<uint8_t> body_; variable
/external/v8/src/regexp/
Dregexp-ast.h376 : body_(body), in RegExpQuantifier()
402 RegExpTree* body() { return body_; } in body()
405 RegExpTree* body_;
417 : body_(NULL), index_(index), name_(nullptr) {} in RegExpCapture()
427 int min_match() override { return body_->min_match(); } in min_match()
428 int max_match() override { return body_->max_match(); } in max_match()
429 RegExpTree* body() { return body_; } in body()
430 void set_body(RegExpTree* body) { body_ = body; } in set_body()
438 RegExpTree* body_;
450 : body_(body), in RegExpLookaround()
[all …]
Djsregexp.cc5756 RegExpNode* match = body_->ToNode(compiler, builder.on_match_success()); in ToNode()
/external/v8/src/ast/
Dast.h563 Statement* body() const { return body_; } in body()
564 void set_body(Statement* s) { body_ = s; } in set_body()
583 body_(NULL), in IterationStatement()
587 void Initialize(Statement* body) { body_ = body; } in Initialize()
595 Statement* body_; variable
2582 ZoneList<Statement*>* body() const { return body_; } in body()
2734 body_(body), in FunctionLiteral()
2773 ZoneList<Statement*>* body_; variable