Lines Matching refs:code
2 // Use of this source code is governed by a BSD-style license that can be
116 // code (hopefully), so don't bother with them here.
122 builder.AppendCStringLiteral("() { [native code] }");
734 DCHECK_GE(i::kMaxInt, func.code.offset());
735 DCHECK_GE(i::kMaxInt, func.code.end_offset());
736 return std::make_pair(static_cast<int>(func.code.offset()),
737 static_cast<int>(func.code.end_offset()));
774 // If the module contains at least one function, the code offset must have
777 module->code.offset() != 0);
778 return module->code.offset();