Home
last modified time | relevance | path

Searched refs:boolVal (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dhcr_circuit_builder.cpp551 GateRef boolVal = Boolean(isExtensible); in SetExtensibleToBitfield() local
552 GateRef boolToInt32 = ZExtInt1ToInt32(boolVal); in SetExtensibleToBitfield()
Dstub_builder-inl.h2932 GateRef boolVal = Boolean(isExtensible); in SetExtensibleToBitfield() local
2933 GateRef boolToInt32 = ZExtInt1ToInt32(boolVal); in SetExtensibleToBitfield()
2944 GateRef boolVal = Boolean(isCallable); in SetCallableToBitfield() local
2945 GateRef boolToInt32 = ZExtInt1ToInt32(boolVal); in SetCallableToBitfield()
/arkcompiler/ets_frontend/ts2panda/src/
Dpandagen.ts741 loadByNameViaDebugger(node: ts.Node, string_id: string, boolVal: CacheList): void {
749 this.moveVreg(node, trueValueReg, getVregisterCache(this, boolVal));