Lines Matching refs:code
2 // Use of this source code is governed by a BSD-style license that can be
10 #include "src/codegen/code-factory.h"
597 TNode<Int32T> code = StringCharCodeAt(string_holder, Unsigned(index));
598 TNode<String> result = StringFromSingleCharCode(code);
964 // a smi or code and if it's a code then it calls |on_code_handler| to
965 // generate a code that handles Code handlers.
974 // generate a code that handles the "found on receiver case" or just misses
1004 TNode<CodeT> code = CAST(smi_or_code_handler);
1005 on_code_handler(code);
1381 // |handler| is a heap object. Must be code, call it.
3045 TNode<CodeT> code_target = HeapConstant(ic.code());
4087 TNode<CodeT> code =
4089 TailCallStub(StoreTransitionDescriptor{}, code, p->context(),