Searched refs:BCH (Results 1 - 5 of 5) sorted by relevance
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins.cc | 66 BytecodeAndScale bytecode_and_scale; // For BCH builtins. 77 {#Name, Builtins::BCH, {Bytecode, OperandScale}}, 224 DCHECK_NE(BCH, kind); in CallInterfaceDescriptorFor() 241 DCHECK_NE(BCH, Builtins::KindOf(builtin)); in HasJSLinkage() 461 case BCH: return "BCH"; in KindNameOf() 502 if (Builtins::KindOf(builtin) != BCH && HasJSLinkage(builtin)) { in CodeObjectIsExecutable()
|
H A D | builtins-definitions.h | 26 // BCH: Bytecode Handlers, with bytecode dispatch linkage. 1889 #define BUILTIN_LIST(CPP, TFJ, TFC, TFS, TFH, BCH, ASM) \ 1893 BUILTIN_LIST_BYTECODE_HANDLERS(BCH) 1897 #define BUILTIN_LIST_TIER0(CPP, TFJ, TFC, TFS, TFH, BCH, ASM) \ 1900 #define BUILTIN_LIST_TIER1(CPP, TFJ, TFC, TFS, TFH, BCH, ASM) \ 1904 BUILTIN_LIST_BYTECODE_HANDLERS(BCH)
|
H A D | builtins.h | 117 enum Kind { CPP, TFJ, TFC, TFS, TFH, BCH, ASM }; enumerator
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/ |
H A D | LanguageTag.java | 39 BCH("Bench", "bcq"), enum constant
|
/third_party/node/deps/v8/src/snapshot/embedded/ |
H A D | embedded-data.cc | 198 case Builtins::BCH: in BuiltinAliasesOffHeapTrampolineRegister()
|
Completed in 8 milliseconds