Home | History | Annotate | Download | only in src

Lines Matching defs:code

2 // Use of this source code is governed by a BSD-style license that can be
8 #include "src/code-stub-assembler.h"
9 #include "src/code-stubs.h" // For CallApiCallbackStub.
23 Code::ComputeFlags(Code::STUB),
196 MaybeHandle<Code> FastAccessorAssembler::Build() {
198 Handle<Code> code = assembler_->GenerateCode();
199 state_ = !code.is_null() ? kBuilt : kError;
201 return code;