Home
last modified time | relevance | path

Searched refs:no_extension (Results 1 - 3 of 3) sorted by relevance

/third_party/mesa3d/src/glx/
H A Ddri3_glx.c1167 goto no_extension; in dri3_create_display()
1177 goto no_extension; in dri3_create_display()
1189 no_extension: in dri3_create_display()
/third_party/node/deps/v8/src/compiler/
H A Djs-typed-lowering.cc1379 Node* no_extension = graph()->NewNode( in ReduceJSHasContextExtension() local
1382 graph()->NewNode(simplified()->BooleanNot(), no_extension); in ReduceJSHasContextExtension()
/third_party/node/deps/v8/src/codegen/
H A Dcode-stub-assembler.cc11940 Label no_extension(this);
11950 GotoIfNot(has_extension, &no_extension);
11956 &no_extension);
11958 BIND(&no_extension);

Completed in 24 milliseconds